DS.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
 

Parameters

codePoint
See Also