InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Util Namespace / FontSubSet.TextFormat Class / GlyphAdvanceFactor Property

In This Topic
    GlyphAdvanceFactor Property (FontSubSet.TextFormat)
    In This Topic
    Gets or sets the scaling factor for the glyph advance value.

    Valid values are from 0.5 up. The default is 1.

    Syntax
    'Declaration
     
    Public Property GlyphAdvanceFactor As Single
    public float GlyphAdvanceFactor {get; set;}
    See Also