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)
Parameter | Type | Description |
---|---|---|
parameters | IEncodingParameters | Implementation of IEncodingParameters interface. |
charCode | UInt32 | Character code to get glyph identifier for. |
Return Value
Glyph identifier related to char code passed.
See Also
- class GlyphId
- interface IEncodingParameters
- interface IFontEncoding
- namespace Aspose.Font
- assembly Aspose.Font