GetGlyphById
GetGlyphById(string)
Returnerar glyph per glyph id. Stöds inte förType1MetricFont
typ.
public override Glyph GetGlyphById(string id)
Parameter | Typ | Beskrivning |
---|---|---|
id | String | Glyfidentifierare. |
Returvärde
Glyph.
Se även
- class Glyph
- class Type1MetricFont
- namnutrymme Aspose.Font.Type1
- hopsättning Aspose.Font
GetGlyphById(GlyphId)
Returnerar glyph per glyph id. Stöds inte förType1MetricFont
typ.
public override Glyph GetGlyphById(GlyphId id)
Parameter | Typ | Beskrivning |
---|---|---|
id | GlyphId | Glyfidentifierare. |
Returvärde
Glyph.
Se även
- class Glyph
- class GlyphId
- class Type1MetricFont
- namnutrymme Aspose.Font.Type1
- hopsättning Aspose.Font