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

In This Topic
    UseTypoMetrics Property
    In This Topic
    Gets or sets a value indicating whether the typographical font metrics should be applied instead of Windows-specific and Apple-specific font metrics.

    Font Ascender, Descender, and Line Gap are affected.

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