In This Topic
Gets or sets a value indicating the font type. If true, the font is a TrueType or OpenType font. If false, the font is a raster or vector font.
Syntax
'Declaration
Public Property TrueType As System.Boolean
public System.bool TrueType {get; set;}
See Also