[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.Font.ContainsCodePoint

ContainsCodePoint Method

ContainsCodePoint(int)

Returns a value indicating whether the font can map the specified code point to a glyph.

Declaration
public bool ContainsCodePoint(int codePoint)
Public Function ContainsCodePoint(codePoint As Integer) As Boolean
Parameters
Type Name Description
int codePoint
Returns
Type Description
bool