<< Click to Display Table of Contents >> NShape Reference
|
Specifies the font family of the text.
FontFamily FontFamily { get; } |
Specifies the System.Drawing.FontFamily of the text.If the specified font family is not available, a fallback font family will be used.
Changing the FontFamily will also change the ICharacterStyle.FontName.
A list of available font families can be retrieved from FontFamily.GetFamilies which returns a FontFamily[].