FontFamilyName Property (DocumentFont)
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.
public string FontFamilyName {get;}
'Declaration
Public ReadOnly Property FontFamilyName As String