IFontEncoding.DecodeToGidParameterized

IFontEncoding.DecodeToGidParameterized method

Parameterized decode method. Some font types can have multiple encoding algorithms/maps. So, IEncodingParameters interface is used to create concrete font encoding parameters.

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

Return Value

Glyph identifier related to char code passed.

See Also