FontFamilyName Property (FontSubSet)
In This Topic
Gets font family name that was read from font's data, this property should be used to create GDI and GDI+ fonts.
Syntax
'Declaration
Public ReadOnly Property FontFamilyName As String
public string FontFamilyName {get;}
See Also