UnicodeToGid
Type1Encoding.UnicodeToGid method
Gibt GlyphId für Unicode zurück. Oder notdef, wenn die Schriftart keine Glyphe für den Unicode enthält. Die Glyphen-ID ist eine eindeutige Nummer für eine Glyphe, die vom Schriftarttyp abhängig ist. Zum Beispiel: Die ID von Typ1 ist ein Glyphenname, Instanz von (GlyphStringId
) class. TTF-ID ist ein int-Index, Instanz von (GlyphUInt32Id
Klasse.
public GlyphId UnicodeToGid(uint unicode)
Parameter | Typ | Beschreibung |
---|---|---|
unicode | UInt32 | Unicode zum Abrufen der Glyphenkennung. |
Rückgabewert
Glyph-ID im Zusammenhang mit übergebenem Unicode.
Siehe auch
- class GlyphId
- class Type1Encoding
- namensraum Aspose.Font.Type1
- Montage Aspose.Font