GetGlyphById

Font.GetGlyphById method

Returnerar glyph efter glyph id. Glyph id är ett unikt nummer för en glyph, som är teckensnittsberoende. GlyphId - härlett objekt. Till exempel: Typ1s id är ett glyfnamn, instans av (GlyphStringId) class. TTF:s id är ett int-index, instans av (GlyphUInt32Id class.

public abstract Glyph GetGlyphById(GlyphId id)
ParameterTypBeskrivning
idGlyphIdGlyf-id.

Returvärde

Glyph.

Se även