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. TTF Font glyph id kan vara en instans av (GlyphStringId
) klass eller (GlyphUInt32Id
) class. Namn (sträng) glyph-adressering stöds för TTF-teckensnitt via Post-tabellmappning. Om CFF-teckensnittet är inuti, används CFF-strukturerna för att adressera glyfer efter namn.
public override Glyph GetGlyphById(GlyphId id)
Parameter | Typ | Beskrivning |
---|---|---|
id | GlyphId | Glyf-id. |
Returvärde
Glyph.
Se även
- class Glyph
- class GlyphId
- class TtfFont
- namnutrymme Aspose.Font.Ttf
- hopsättning Aspose.Font
GetGlyphById(string)
Returnerar glyf efter glyfnamn. Namn (sträng) Glyfadressering stöds för TTF-teckensnitt via Post-tabellmappning. Om CFF-teckensnitt inuti används CFF-strukturerna för att adressera glyf efter namn.
public Glyph GetGlyphById(string glyphName)
Parameter | Typ | Beskrivning |
---|---|---|
glyphName | String | Glyfsträngsidentifierare. |
Returvärde
Glyph.
Se även
- class Glyph
- class TtfFont
- namnutrymme Aspose.Font.Ttf
- hopsättning Aspose.Font
GetGlyphById(uint)
Returnerar glyph för glyph id.
public Glyph GetGlyphById(uint id)
Parameter | Typ | Beskrivning |
---|---|---|
id | UInt32 | Glyfindex. |
Returvärde
Glyph.
Se även
- class Glyph
- class TtfFont
- namnutrymme Aspose.Font.Ttf
- hopsättning Aspose.Font