GetGlyphById
Innehåll
[
Dölj
]GetGlyphById(string)
Returnerar glyph för glyph id.
public virtual Glyph GetGlyphById(string id)
| Parameter | Typ | Beskrivning |
|---|---|---|
| id | String | Glyf-id. |
Returvärde
Glyph.
Se även
- class Glyph
- class Type1Font
- namnutrymme Aspose.Font.Type1
- hopsättning Aspose.Font
GetGlyphById(uint)
Returnerar glyph för glyph id.
public Glyph GetGlyphById(uint id)
| Parameter | Typ | Beskrivning |
|---|---|---|
| id | UInt32 | Glyf-id. |
Returvärde
Glyph.
Se även
- class Glyph
- class Type1Font
- namnutrymme Aspose.Font.Type1
- hopsättning Aspose.Font
GetGlyphById(GlyphId)
Returnerar glyph efter glyph id. Glyph id är ett unikt nummer för en glyph, vilket är teckensnittsberoende. Type1 Font glyph id kan vara en instans av (GlyphStringId) klass eller (GlyphUInt32Id class.
public override Glyph GetGlyphById(GlyphId id)
| Parameter | Typ | Beskrivning |
|---|---|---|
| id | GlyphId | Glyf-id. |
Returvärde
Glyph.
Se även
- class Glyph
- class GlyphId
- class Type1Font
- namnutrymme Aspose.Font.Type1
- hopsättning Aspose.Font