Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / Font Class / ContainsCodePoint Method

In This Topic
    ContainsCodePoint Method
    In This Topic
    Returns a value indicating whether the font can map the specified code point to a glyph.
    Syntax
    'Declaration
     
    Public Function ContainsCodePoint( _
       ByVal codePoint As System.Integer _
    ) As System.Boolean
    public System.bool ContainsCodePoint( 
       System.int codePoint
    )

    Parameters

    codePoint
    See Also