GetGlyphById

Font.GetGlyphById method

Gibt Glyphe nach Glyphen-ID zurück. Die Glyphen-ID ist eine eindeutige Nummer für eine Glyphe, die vom Schriftarttyp abhängig ist. GlyphId - abgeleitetes Objekt. Zum Beispiel: Die ID von Type1 ist ein Glyphenname, Instanz von (GlyphStringId) class. TTF-ID ist ein int-Index, Instanz von (GlyphUInt32Id Klasse.

public abstract Glyph GetGlyphById(GlyphId id)
ParameterTypBeschreibung
idGlyphIdGlyphen-ID.

Rückgabewert

Glyphe.

Siehe auch