CMTextMarkupAttributes.FontFamilyName 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 name of the font.
public string FontFamilyName { get; set; }
member this.FontFamilyName : string with get, set
Property Value
Value must be the family name of an installed font that is used to render and/or measure text.
Remarks
The property uses constant kCMTextMarkupAttribute_FontFamilyName value to access the underlying dictionary.