Class Vhea
java.lang.Object
com.adobe.fontengine.font.opentype.Table
com.adobe.fontengine.font.opentype.Vhea
Gives access to the 'vhea' table.
Version handling
'vhea' tables have a major/minor version number. This implementation:
- fully supports version 1.0 and 1.1 tables,
- interprets 1.x (x>1) tables as 1.1 tables,
- rejects other versions with an
UnsupportedFontExceptionat construction time.
Synchronization
Like all tables, these objects are immutable.
-
Method Summary
Modifier and TypeMethodDescriptionintintGet the number of vMetricsintGet the major version of the tableintget the minor version of the tablevoidvoidsubsetAndStream(Subset subset, Map tables)
-
Method Details
-
getTableMajorVersion
Get the major version of the table- Throws:
InvalidFontException
-
getTableMinorVersion
get the minor version of the table- Throws:
InvalidFontException
-
getAscent
- Throws:
InvalidFontException
-
getNumberOfVMetrics
Get the number of vMetrics- Throws:
InvalidFontException
-
subsetAndStream
- Throws:
InvalidFontException
-
stream
-