GidToUnicode
Type1Encoding.GidToUnicode method
Dekodiert 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
- class Type1Encoding
- namensraum Aspose.Font.Type1
- Montage Aspose.Font