Package org.apache.fontbox.ttf
Class OTLTable
- java.lang.Object
-
- org.apache.fontbox.ttf.TTFTable
-
- org.apache.fontbox.ttf.OTLTable
-
public class OTLTable extends TTFTable
OpenType Layout (OTL) table. Uses the OpenType Layout Common Table Format.
-
-
Field Summary
-
Fields inherited from class org.apache.fontbox.ttf.TTFTable
font, initialized
-
-
Constructor Summary
Constructors Constructor Description OTLTable(TrueTypeFont font)
-
Method Summary
-
Methods inherited from class org.apache.fontbox.ttf.TTFTable
getCheckSum, getInitialized, getLength, getOffset, getTag, read, setCheckSum, setLength, setOffset, setTag
-
-
-
-
Constructor Detail
-
OTLTable
OTLTable(TrueTypeFont font)
-
-