public class TtfLtshTable extends TtfTableBase
Represents Linear Threshold table of the TTF Font file.
| Modifier and Type | Method and Description |
|---|---|
int |
getNumGlyphs()
Gets the number of glyphs (from "numGlyphs" in 'maxp' table).
|
static String |
getTag()
Gets the table tag.
|
int |
getVersion()
Gets the table version.
|
byte |
getYPel(int glyphNum)
Returns the vertical pel height for glyph/zero if glyph number is incorrect.
|
getLength, getOffset, getTtfTablespublic static String getTag()
Gets the table tag.
public int getVersion()
Gets the table version.
public int getNumGlyphs()
Gets the number of glyphs (from "numGlyphs" in 'maxp' table).
public byte getYPel(int glyphNum)
Returns the vertical pel height for glyph/zero if glyph number is incorrect.
glyphNum - A glyph number (index).Copyright © 2025 Aspose. All Rights Reserved.