Partager via


CTFontDescriptorAttributes.FamilyName Propriété

Définition

Nom de la famille de polices.

public string FamilyName { get; set; }
member this.FamilyName : string with get, set

Valeur de propriété

Remarques

var attributes = new CTFontDescriptorAttributes () {
	FamilyName = "Times New Roman"
};

var fontDescriptor = new CTFontDescriptor (attributes);

S’applique à