Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextFormat Class / FontName Property

In This Topic
    FontName Property (TextFormat)
    In This Topic
    Gets or sets a font family name.

    This value is used only if the Font property is null.

    This value is case insensitive.

    Syntax
    'Declaration
     
    Public Property FontName As System.String
    public System.string FontName {get; set;}
    See Also