FontFamilyName Property (DocumentFont)
In This Topic
Gets the actual font family name. This name may be used in API calls to create the corresponding font.
If FontHandling has been set to FontHandling.BuildActualDocumentFonts or FontHandling.EmbedActualFonts, this name may differ from FontName.
Syntax
'Declaration
Public ReadOnly Property FontFamilyName As String
public string FontFamilyName {get;}
See Also