Class Base
- java.lang.Object
-
- com.adobe.fontengine.font.opentype.Table
-
- com.adobe.fontengine.font.opentype.Base
-
public final class Base extends Table
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBaselinePosition(Orientation o, int scriptTag, int baselineTag)Get the position of a baseline.intgetTableMajorVersion()Get the major version of the table.intgetTableMinorVersion()Get the minor version of the table.voidstream(Map tables)voidsubsetAndStream(Subset subset, Map tables)
-
-
-
Method Detail
-
getTableMajorVersion
public int getTableMajorVersion() throws InvalidFontExceptionGet the major version of the table.- Throws:
InvalidFontException
-
getTableMinorVersion
public int getTableMinorVersion() throws InvalidFontExceptionGet 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
public void subsetAndStream(Subset subset, Map tables) throws InvalidFontException
- Throws:
InvalidFontException
-
stream
public void stream(Map tables)
-
-