GetGlyphById
GetGlyphById(string)
Gibt Glyphe nach Glyphen-ID zurück. Nicht unterstützt fürType1MetricFont
Typ.
public override Glyph GetGlyphById(string id)
Parameter | Typ | Beschreibung |
---|---|---|
id | String | Glyphenkennung. |
Rückgabewert
Glyphe.
Siehe auch
- class Glyph
- class Type1MetricFont
- namensraum Aspose.Font.Type1
- Montage Aspose.Font
GetGlyphById(GlyphId)
Gibt Glyphe nach Glyphen-ID zurück. Nicht unterstützt fürType1MetricFont
Typ.
public override Glyph GetGlyphById(GlyphId id)
Parameter | Typ | Beschreibung |
---|---|---|
id | GlyphId | Glyphenkennung. |
Rückgabewert
Glyphe.
Siehe auch
- class Glyph
- class GlyphId
- class Type1MetricFont
- namensraum Aspose.Font.Type1
- Montage Aspose.Font