GetGlyphById
GetGlyphById(string)
Glif kimliğine göre glif döndürür. Şunun için desteklenmiyor:Type1MetricFont
type.
public override Glyph GetGlyphById(string id)
Parametre | Tip | Tanım |
---|---|---|
id | String | Glif tanımlayıcısı. |
Geri dönüş değeri
glif.
Ayrıca bakınız
- class Glyph
- class Type1MetricFont
- ad alanı Aspose.Font.Type1
- toplantı Aspose.Font
GetGlyphById(GlyphId)
Glif kimliğine göre glif döndürür. Şunun için desteklenmiyor:Type1MetricFont
type.
public override Glyph GetGlyphById(GlyphId id)
Parametre | Tip | Tanım |
---|---|---|
id | GlyphId | Glif tanımlayıcısı. |
Geri dönüş değeri
glif.
Ayrıca bakınız
- class Glyph
- class GlyphId
- class Type1MetricFont
- ad alanı Aspose.Font.Type1
- toplantı Aspose.Font