Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FontInfo Class / TrueType Property

In This Topic
    TrueType Property
    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