CffEncoding.DecodeToGidParameterized

CffEncoding.DecodeToGidParameterized method

Parameterized decode method. Not supported for CFF Font type.

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

Return Value

Glyph identifier related to charCode passed.

See Also