CTFontDescriptorAttributes.FamilyName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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);