DecodeToGid
TtfEncoding.DecodeToGid method
TTF Fonts DecodeToGlyphId-implementering hittar unicode-tabellen och returnerar glyph id för unicode char. Glyph id är ett unikt nummer för en glyph, vilket är teckensnittsberoende. Till exempel: Type1:s namn är i instans av glyph id (GlyphStringId
) class. TTF:s id är ett int-index, instans av (GlyphUInt32Id
class.
public GlyphId DecodeToGid(uint unicode)
Parameter | Typ | Beskrivning |
---|---|---|
unicode | UInt32 | Teckenkod för att få glyph-identifierare för. |
Returvärde
Glyfidentifierare relaterad till teckenkod passerad.
Se även
- class GlyphId
- class TtfEncoding
- namnutrymme Aspose.Font.Ttf
- hopsättning Aspose.Font