Table of Contents

Method MapCodePoint

Namespace
DocWright.Fonts
Assembly
DocWright.Fonts.dll

MapCodePoint(int)

Maps one Unicode scalar value to a glyph id via cmap.

public ushort MapCodePoint(int codePoint)

Parameters

codePoint int

The Unicode scalar value.

Returns

ushort

The glyph id, or zero when unmapped.