Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Text Namespace / FontDescriptor Class / FontFamily Property

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