UnicodeToGid
IFontEncoding.UnicodeToGid method
Avkodar en unicode och returnerar glyph id. Glyph id är ett unikt nummer för en glyph, vilket är teckensnittsberoende. Till exempel: Typ1s id är ett glyfnamn, instans av (GlyphStringId
) class. TTF:s id är ett int-index, instans av (GlyphUInt32Id
class.
public GlyphId UnicodeToGid(uint unicode)
Parameter | Typ | Beskrivning |
---|---|---|
unicode | UInt32 | Unicode för att få glyph-identifierare för. |
Returvärde
Glyfidentifierare relaterad till unicode har godkänts.
Se även
- class GlyphId
- interface IFontEncoding
- namnutrymme Aspose.Font
- hopsättning Aspose.Font