Class Base
java.lang.Object
com.adobe.fontengine.font.opentype.Table
com.adobe.fontengine.font.opentype.Base
-
Method Summary
Modifier and TypeMethodDescriptionintgetBaselinePosition(Orientation o, int scriptTag, int baselineTag) Get the position of a baseline.intGet the major version of the table.intGet the minor version of the table.voidvoidsubsetAndStream(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
-
getBaselinePosition
public int getBaselinePosition(Orientation o, int scriptTag, int baselineTag) throws InvalidFontException Get the position of a baseline.- Returns:
- Integer.MAX_VALUE if the baseline is not present.
- Throws:
InvalidFontException
-
subsetAndStream
- Throws:
InvalidFontException
-
stream
-