Class TtfGlyfTable
TtfGlyfTable class
Represents “glyf” table of the TTF Font file.
public class TtfGlyfTable : TtfTableBase
Properties
| Name | Description |
|---|---|
| Offset { get; } | Gets offset from beginning of sfnt. |
| TtfTables { get; } | Reference to TTF table repository. |
| static Tag { get; } | Gets table tag. |
Methods
| Name | Description |
|---|---|
| virtual ContainsGlyph(int) | Returns true in case the table contains glyph with glyphIndex. |
| virtual GetGlyph(uint) | Returns a glyph by glyph index. |
See Also
- class TtfTableBase
- namespace Aspose.Font.TtfTables
- assembly Aspose.Font