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

In This Topic
    RecalcFontSizeForFallbackFonts Property
    In This Topic
    Gets or sets a value indicating whether the size of fallback font should be coerced to the size of original font (true by default).

    This property does not affect behavior of linked fonts with specified scale factor.

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