Class Ltsh
java.lang.Object
com.adobe.fontengine.font.opentype.Table
com.adobe.fontengine.font.opentype.Ltsh
Gives access to the 'LTSH' table.
Version handling
'LTSH' tables have only a minor version number. This implementation:
- fully supports version 0 tables,
- interprets version x > 0 tables as version 0 tables,
When some data is not present in the actual version of the table, the accessors return identified values.
Synchronization
Like all tables, these objects are immutable.
-
Method Summary
Modifier and TypeMethodDescriptionintgetYPels(int gid) Return the YPels for a given gid.voidsubsetAndStream(Subset subset, Map tables)
-
Method Details
-
getYPels
Return the YPels for a given gid.- Throws:
InvalidFontException
-
subsetAndStream
- Throws:
InvalidFontException
-