Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Font Class / NumberSpacing Property

In This Topic
    NumberSpacing Property
    In This Topic
    Gets or sets the number spacing setting for a font.
    Syntax
    'Declaration
     
    Public Property NumberSpacing As NumberSpacing
    public NumberSpacing NumberSpacing {get; set;}
    Remarks
    OpenType fonts support a proportional and tabular figure feature to control number spacing. Proportional number spacing handles each number as having a different width. For example, "1" is displayed as narrower than "5". Tabular number spacing handles numbers as equal in width so that they align vertically, which increases the readability, especially for financial information.
    See Also