Class OTByteArray
java.lang.Object
com.adobe.fontengine.font.FontByteArray
com.adobe.fontengine.font.opentype.OTByteArray
A sequence of bytes in an OpenType font file, with
methods to access the basic types.
The return type of the various accessors for the integral
types is
int whenever the OpenType type fits
in [-2^31 .. 2^31-1], long otherwise. The
only exception is getuint32asint-
Method Summary
-
Method Details
-
getOTByteArrayBuilderInstance
public static final com.adobe.fontengine.font.opentype.OTByteArray.OTByteArrayBuilder getOTByteArrayBuilderInstance() -
getuint8
return the uint8 atoffsetin the table- Throws:
InvalidFontException
-
getint16
return the int16 atoffsetin the table- Throws:
InvalidFontException
-
equals
- Overrides:
equalsin classFontByteArray
-