Method MapCodePoint
MapCodePoint(int)
Maps one Unicode scalar value to a glyph id via cmap.
public ushort MapCodePoint(int codePoint)
Parameters
codePointintThe Unicode scalar value.
Returns
- ushort
The glyph id, or zero when unmapped.
Maps one Unicode scalar value to a glyph id via cmap.
public ushort MapCodePoint(int codePoint)
codePoint intThe Unicode scalar value.
The glyph id, or zero when unmapped.