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)
ParameterTypBeskrivning
unicodeUInt32Teckenkod för att få glyph-identifierare för.

Returvärde

Glyfidentifierare relaterad till teckenkod passerad.

Se även