GetGlyphById

GetGlyphById(string)

Gibt Glyphe nach Glyphen-ID zurück.

public virtual Glyph GetGlyphById(string id)
ParameterTypBeschreibung
idStringGlyphen-ID.

Rückgabewert

Glyphe.

Siehe auch


GetGlyphById(uint)

Gibt Glyphe nach Glyphen-ID zurück.

public Glyph GetGlyphById(uint id)
ParameterTypBeschreibung
idUInt32Glyphen-ID.

Rückgabewert

Glyphe.

Siehe auch


GetGlyphById(GlyphId)

Gibt Glyphe nach Glyphen-ID zurück. Die Glyphen-ID ist eine eindeutige Nummer für eine Glyphe, die vom Schriftarttyp abhängig ist. Typ1 Schriftart-Glyphen-ID kann eine Instanz von sein (GlyphStringId) Klasse oder (GlyphUInt32Id Klasse.

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

Rückgabewert

Glyphe.

Siehe auch