CffEncoding.DecodeToGid

CffEncoding.DecodeToGid method

Gets Gid for charCode passed. This method designed for a CFF CIDFonts, where charCode must be a valid CID value. Glyph id is a unique number for a glyph, which is font type dependent. CFF Font glyph id can be instance of (GlyphStringId) class or (GlyphUInt32Id) class.

public GlyphId DecodeToGid(uint charCode)
ParameterTypeDescription
charCodeUInt32Character code(CID) to get glyph identifier for.

Return Value

Glyph identifier related to CID passed.

See Also