Fields Summary |
---|
public static final int | TAG_ACNTThe Constant TAG_ACNT indicates corresponding table tag in the Open Type
Specification. |
public static final int | TAG_AVARThe Constant TAG_AVAR indicates corresponding table tag in the Open Type
Specification. |
public static final int | TAG_BASEThe Constant TAG_BASE indicates corresponding table tag in the Open Type
Specification. |
public static final int | TAG_BDATThe Constant TAG_BDAT indicates corresponding table tag in the Open Type
Specification. |
public static final int | TAG_BLOCThe Constant TAG_BLOC indicates corresponding table tag in the Open Type
Specification. |
public static final int | TAG_BSLNThe Constant TAG_BSLN indicates corresponding table tag in the Open Type
Specification. |
public static final int | TAG_CFFThe Constant TAG_CFF indicates corresponding table tag in the Open Type
Specification. |
public static final int | TAG_CMAPThe Constant TAG_CMAP indicates corresponding table tag in the Open Type
Specification. |
public static final int | TAG_CVARThe Constant TAG_CVAR indicates corresponding table tag in the Open Type
Specification. |
public static final int | TAG_CVTThe Constant TAG_CVT indicates corresponding table tag in the Open Type
Specification. |
public static final int | TAG_DSIGThe Constant TAG_DSIG indicates corresponding table tag in the Open Type
Specification. |
public static final int | TAG_EBDTThe Constant TAG_EBDT indicates corresponding table tag in the Open Type
Specification. |
public static final int | TAG_EBLCThe Constant TAG_EBLC indicates corresponding table tag in the Open Type
Specification. |
public static final int | TAG_EBSCThe Constant TAG_EBSC indicates corresponding table tag in the Open Type
Specification. |
public static final int | TAG_FDSCThe Constant TAG_FDSC indicates corresponding table tag in the Open Type
Specification. |
public static final int | TAG_FEATThe Constant TAG_FEAT indicates corresponding table tag in the Open Type
Specification. |
public static final int | TAG_FMTXThe Constant TAG_FMTX indicates corresponding table tag in the Open Type
Specification. |
public static final int | TAG_FPGMThe Constant TAG_FPGM indicates corresponding table tag in the Open Type
Specification. |
public static final int | TAG_FVARThe Constant TAG_FVAR indicates corresponding table tag in the Open Type
Specification. |
public static final int | TAG_GASPThe Constant TAG_GASP indicates corresponding table tag in the Open Type
Specification. |
public static final int | TAG_GDEFThe Constant TAG_GDEF indicates corresponding table tag in the Open Type
Specification. |
public static final int | TAG_GLYFThe Constant TAG_GLYF indicates corresponding table tag in the Open Type
Specification. |
public static final int | TAG_GPOSThe Constant TAG_GPOS indicates corresponding table tag in the Open Type
Specification. |
public static final int | TAG_GSUBThe Constant TAG_GSUB indicates corresponding table tag in the Open Type
Specification. |
public static final int | TAG_GVARThe Constant TAG_GVAR indicates corresponding table tag in the Open Type
Specification. |
public static final int | TAG_HDMXThe Constant TAG_HDMX indicates corresponding table tag in the Open Type
Specification. |
public static final int | TAG_HEADThe Constant TAG_HEAD indicates corresponding table tag in the Open Type
Specification. |
public static final int | TAG_HHEAThe Constant TAG_HHEA indicates corresponding table tag in the Open Type
Specification. |
public static final int | TAG_HMTXThe Constant TAG_HMTX indicates corresponding table tag in the Open Type
Specification. |
public static final int | TAG_JSTFThe Constant TAG_JSTF indicates corresponding table tag in the Open Type
Specification. |
public static final int | TAG_JUSTThe Constant TAG_JUST indicates corresponding table tag in the Open Type
Specification. |
public static final int | TAG_KERNThe Constant TAG_KERN indicates corresponding table tag in the Open Type
Specification. |
public static final int | TAG_LCARThe Constant TAG_LCAR indicates corresponding table tag in the Open Type
Specification. |
public static final int | TAG_LOCAThe Constant TAG_LOCA indicates corresponding table tag in the Open Type
Specification. |
public static final int | TAG_LTSHThe Constant TAG_LTSH indicates corresponding table tag in the Open Type
Specification. |
public static final int | TAG_MAXPThe Constant TAG_MAXP indicates corresponding table tag in the Open Type
Specification. |
public static final int | TAG_MMFXThe Constant TAG_MMFX indicates corresponding table tag in the Open Type
Specification. |
public static final int | TAG_MMSDThe Constant TAG_MMSD indicates corresponding table tag in the Open Type
Specification. |
public static final int | TAG_MORTThe Constant TAG_MORT indicates corresponding table tag in the Open Type
Specification. |
public static final int | TAG_NAMEThe Constant TAG_NAME indicates corresponding table tag in the Open Type
Specification. |
public static final int | TAG_OPBDThe Constant TAG_OPBD indicates corresponding table tag in the Open Type
Specification. |
public static final int | TAG_OS2The Constant TAG_OS2 indicates corresponding table tag in the Open Type
Specification. |
public static final int | TAG_PCLTThe Constant TAG_PCLT indicates corresponding table tag in the Open Type
Specification. |
public static final int | TAG_POSTThe Constant TAG_POST indicates corresponding table tag in the Open Type
Specification. |
public static final int | TAG_PREPThe Constant TAG_PREP indicates corresponding table tag in the Open Type
Specification. |
public static final int | TAG_PROPThe Constant TAG_PROP indicates corresponding table tag in the Open Type
Specification. |
public static final int | TAG_TRAKThe Constant TAG_TRAK indicates corresponding table tag in the Open Type
Specification. |
public static final int | TAG_TYP1The Constant TAG_TYP1 indicates corresponding table tag in the Open Type
Specification. |
public static final int | TAG_VDMXThe Constant TAG_VDMX indicates corresponding table tag in the Open Type
Specification. |
public static final int | TAG_VHEAThe Constant TAG_VHEA indicates corresponding table tag in the Open Type
Specification. |
public static final int | TAG_VMTXThe Constant TAG_VMTX indicates corresponding table tag in the Open Type
Specification. |
Methods Summary |
---|
public byte[] | getFontTable(int sfntTag)Gets the table for a specified tag. Sfnt tables include cmap, name and
head items.
|
public byte[] | getFontTable(int sfntTag, int offset, int count)Gets the table for a specified tag. Sfnt tables include cmap, name and
head items.
|
public byte[] | getFontTable(java.lang.String strSfntTag)Gets the table for a specified tag. Sfnt tables include cmap, name and
head items.
|
public byte[] | getFontTable(java.lang.String strSfntTag, int offset, int count)Gets the table for a specified tag. Sfnt tables include cmap, name and
head items.
|
public int | getFontTableSize(java.lang.String strSfntTag)Gets the table size for a specified tag.
|
public int | getFontTableSize(int sfntTag)Gets the table size for a specified tag.
|
public int | getVersion()Returns the OpenType font version.
|