KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > awt > font > OpenType

java.awt.font
Interface OpenType

See Also:
Source Code

byte[] getFontTable(int sfntTag)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


byte[] getFontTable(int sfntTag,
                    int offset,
                    int count)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


byte[] getFontTable(String strSfntTag)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


byte[] getFontTable(String strSfntTag,
                    int offset,
                    int count)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


int getFontTableSize(int sfntTag)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


int getFontTableSize(String strSfntTag)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


int getVersion()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int TAG_ACNT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int TAG_AVAR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int TAG_BASE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int TAG_BDAT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int TAG_BLOC
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int TAG_BSLN
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int TAG_CFF
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int TAG_CMAP
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int TAG_CVAR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int TAG_CVT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int TAG_DSIG
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int TAG_EBDT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int TAG_EBLC
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int TAG_EBSC
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int TAG_FDSC
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int TAG_FEAT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int TAG_FMTX
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int TAG_FPGM
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int TAG_FVAR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int TAG_GASP
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int TAG_GDEF
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int TAG_GLYF
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int TAG_GPOS
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int TAG_GSUB
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int TAG_GVAR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int TAG_HDMX
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int TAG_HEAD
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int TAG_HHEA
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int TAG_HMTX
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int TAG_JSTF
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int TAG_JUST
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int TAG_KERN
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int TAG_LCAR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int TAG_LOCA
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int TAG_LTSH
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int TAG_MAXP
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int TAG_MMFX
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int TAG_MMSD
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int TAG_MORT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int TAG_NAME
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int TAG_OPBD
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int TAG_OS2
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int TAG_PCLT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int TAG_POST
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int TAG_PREP
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int TAG_PROP
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int TAG_TRAK
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int TAG_TYP1
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int TAG_VDMX
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int TAG_VHEA
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int TAG_VMTX
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags