GetGlyphById
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. Die TTF-Schriftart-Glyphen-ID kann eine Instanz von sein (GlyphStringId
) Klasse oder (GlyphUInt32Id
)-Klasse. Name (String)-Glyphenadressierung wird für TTF-Schriftarten über Post-Tabellenzuordnung unterstützt. Falls CFF-Schriftarten darin enthalten sind, werden die CFF-Strukturen verwendet, um Glyphen nach Namen zu adressieren.
public override Glyph GetGlyphById(GlyphId id)
Parameter | Typ | Beschreibung |
---|---|---|
id | GlyphId | Glyphen-ID. |
Rückgabewert
Glyphe.
Siehe auch
- class Glyph
- class GlyphId
- class TtfFont
- namensraum Aspose.Font.Ttf
- Montage Aspose.Font
GetGlyphById(string)
Gibt Glyphe nach Glyphnamen zurück. Name (String)-Glyphenadressierung wird für TTF-Schriftarten über Post-Tabellenzuordnung unterstützt. Falls CFF-Schriftarten darin enthalten sind, werden die CFF-Strukturen verwendet, um Glyphen nach Namen zu adressieren.
public Glyph GetGlyphById(string glyphName)
Parameter | Typ | Beschreibung |
---|---|---|
glyphName | String | Kennung der Glyphenzeichenfolge. |
Rückgabewert
Glyphe.
Siehe auch
- class Glyph
- class TtfFont
- namensraum Aspose.Font.Ttf
- Montage Aspose.Font
GetGlyphById(uint)
Gibt Glyphe nach Glyphen-ID zurück.
public Glyph GetGlyphById(uint id)
Parameter | Typ | Beschreibung |
---|---|---|
id | UInt32 | Glyphenindex. |
Rückgabewert
Glyphe.
Siehe auch
- class Glyph
- class TtfFont
- namensraum Aspose.Font.Ttf
- Montage Aspose.Font