Class TtfLtshTable
TtfLtshTable class
Represents Linear Threshold table of the TTF Font file.
public class TtfLtshTable : TtfTableBase
Properties
| Name | Description |
|---|
| NumGlyphs { get; } | Number of glyphs (from “numGlyphs” in ‘maxp’ table) |
| Offset { get; } | Gets offset from beginning of sfnt. |
| TtfTables { get; } | Reference to TTF table repository. |
| Version { get; } | Table version |
| static Tag { get; } | Gets table tag. |
Methods
| Name | Description |
|---|
| GetYPel(ushort) | Returns vertical pel height for glyph/zero if glyph number is incorrect |
See Also