Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / Font Class / TestUnicodeRange Method
Index of the range (between 0 and 127).

In This Topic
    TestUnicodeRange Method
    In This Topic
    Checks whether the specified Unicode range is considered functional (see Os2UnicodeRange).
    Syntax
    'Declaration
     
    Public Function TestUnicodeRange( _
       ByVal unicodeRangeIndex As System.Integer _
    ) As System.Boolean
    public System.bool TestUnicodeRange( 
       System.int unicodeRangeIndex
    )

    Parameters

    unicodeRangeIndex
    Index of the range (between 0 and 127).
    See Also