Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / Font Class / IsFixedPitch Property

In This Topic
    IsFixedPitch Property
    In This Topic
    False if the font is proportionally spaced, True if the font is not proportionally spaced (i.e. monospaced).
    Syntax
    'Declaration
     
    Public ReadOnly Property IsFixedPitch As System.Boolean
    public System.bool IsFixedPitch {get;}
    See Also