FontFamily Property (FontDescriptor)
In This Topic
Gets the preferred font family name. For example, for the font Times Bold Italic, the FontFamily is Times.
Syntax
'Declaration
Public ReadOnly Property FontFamily As System.String
public System.string FontFamily {get;}
See Also