TtfEncoding.DecodeToGidParameterized
TtfEncoding.DecodeToGidParameterized method
Parametrized version allows to use specific CMap table (not unicode).
public GlyphId DecodeToGidParameterized(IEncodingParameters parameters, uint charCode)
| Parameter | Type | Description |
|---|---|---|
| parameters | IEncodingParameters | Implementation of IEncodingParametersinterface. |
| charCode | UInt32 | Character code to get glyph identifier for. |
Return Value
Glyph identifier related to character code passed.
See Also
- class GlyphId
- interface IEncodingParameters
- class TtfEncoding
- namespace Aspose.Font.Ttf
- assembly Aspose.Font