Class TtfCMapFormat2Table

TtfCMapFormat2Table class

Represents Format2 CMap subtable of the TTF Font file.

public class TtfCMapFormat2Table : TtfCMapFormatBaseTable

Properties

NameDescription
PlatformId { get; }Gets PlatformId.
PlatformSpecificId { get; }Gets PlatformSpecificId.

Methods

NameDescription
override GetAllCodes()Gets all the codes from current CMap’s subtable.
override GetGlyphIndex(uint)Gets a glyph index for a given character code.

See Also