Edit

Share via


CTFontDescriptorAttributes.FamilyName Property

Definition

The font family name.

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

Property Value

Remarks

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

var fontDescriptor = new CTFontDescriptor (attributes);

Applies to