TtfEncoding.DecodeToGidParameterized

TtfEncoding.DecodeToGidParameterized method

Parametrized version allows to use specific CMap table (not unicode).

public GlyphId DecodeToGidParameterized(IEncodingParameters parameters, uint charCode)
ParameterTypeDescription
parametersIEncodingParametersImplementation of IEncodingParametersinterface.
charCodeUInt32Character code to get glyph identifier for.

Return Value

Glyph identifier related to character code passed.

See Also