Condividi tramite


CTFontDescriptorAttributes.FamilyName Proprietà

Definizione

Nome della famiglia di caratteri.

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

Valore della proprietà

Commenti

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

var fontDescriptor = new CTFontDescriptor (attributes);

Si applica a