Documents for PDF, .NET Edition Documentation
ContainsCodePoint Method

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace > Font Class : ContainsCodePoint Method
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

Reference

Font Class
Font Members