GetGlyphById
Innehåll
[
Dölj
]GetGlyphById(GlyphId)
Returnerar glyph efter glyph id. Glyph id är ett unikt nummer för en glyph, vilket är teckensnittsberoende. CFF 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 CffFont
- namnutrymme Aspose.Font.Cff
- hopsättning Aspose.Font
GetGlyphById(string)
Returnerar glyf efter glyfnamn.
public Glyph GetGlyphById(string glyphName)
Parameter | Typ | Beskrivning |
---|---|---|
glyphName | String | Glyfnamn. |
Returvärde
Glyph.
Se även
- class Glyph
- class CffFont
- namnutrymme Aspose.Font.Cff
- 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 CffFont
- namnutrymme Aspose.Font.Cff
- hopsättning Aspose.Font