GidToUnicode
IFontEncoding.GidToUnicode method
Decodiert Gid in Unicode. Die Glyphen-ID ist eine eindeutige Nummer für eine Glyphe, die vom Schriftarttyp abhängig ist. Zum Beispiel: Die ID von Type1 ist ein Glyphenname, Instanz von (GlyphStringId
) class. TTF-ID ist ein int-Index, Instanz von (GlyphUInt32Id
Klasse.
public uint GidToUnicode(GlyphId gid)
Parameter | Typ | Beschreibung |
---|---|---|
gid | GlyphId | Glyphenkennung des zu decodierenden Symbols. |
Rückgabewert
Unicode-Wert in Bezug auf die übergebene Glyphen-ID.
Siehe auch
- class GlyphId
- interface IFontEncoding
- namensraum Aspose.Font
- Montage Aspose.Font