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

In This Topic
    AllowFontSbits Property (TextFormat)
    In This Topic
    Gets or sets a value indicating if the embedded bitmaps from the EBDT font table can be used.

    The default is true.

    This property affects text drawing on GcBitmapGraphics only. Also, it has no effect if UseBitmapCache is set to false.

    Syntax
    'Declaration
     
    Public Property AllowFontSbits As System.Boolean
    public System.bool AllowFontSbits {get; set;}
    See Also