java.awt.font
Interface OpenType


public interface OpenType


Field Summary
static int TAG_ACNT
           
static int TAG_AVAR
           
static int TAG_BASE
           
static int TAG_BDAT
           
static int TAG_BLOC
           
static int TAG_BSLN
           
static int TAG_CFF
           
static int TAG_CMAP
           
static int TAG_CVAR
           
static int TAG_CVT
           
static int TAG_DSIG
           
static int TAG_EBDT
           
static int TAG_EBLC
           
static int TAG_EBSC
           
static int TAG_FDSC
           
static int TAG_FEAT
           
static int TAG_FMTX
           
static int TAG_FPGM
           
static int TAG_FVAR
           
static int TAG_GASP
           
static int TAG_GDEF
           
static int TAG_GLYF
           
static int TAG_GPOS
           
static int TAG_GSUB
           
static int TAG_GVAR
           
static int TAG_HDMX
           
static int TAG_HEAD
           
static int TAG_HHEA
           
static int TAG_HMTX
           
static int TAG_JSTF
           
static int TAG_JUST
           
static int TAG_KERN
           
static int TAG_LCAR
           
static int TAG_LOCA
           
static int TAG_LTSH
           
static int TAG_MAXP
           
static int TAG_MMFX
           
static int TAG_MMSD
           
static int TAG_MORT
           
static int TAG_NAME
           
static int TAG_OPBD
           
static int TAG_OS2
           
static int TAG_PCLT
           
static int TAG_POST
           
static int TAG_PREP
           
static int TAG_PROP
           
static int TAG_TRAK
           
static int TAG_TYP1
           
static int TAG_VDMX
           
static int TAG_VHEA
           
static int TAG_VMTX
           
 
Method Summary
 byte[] getFontTable(int sfntTag)
           
 byte[] getFontTable(int sfntTag, int offset, int count)
           
 byte[] getFontTable(String strSfntTag)
           
 byte[] getFontTable(String strSfntTag, int offset, int count)
           
 int getFontTableSize(int sfntTag)
           
 int getFontTableSize(String strSfntTag)
           
 int getVersion()
           
 

Field Detail

TAG_ACNT

static final int TAG_ACNT
See Also:
Constant Field Values

TAG_AVAR

static final int TAG_AVAR
See Also:
Constant Field Values

TAG_BASE

static final int TAG_BASE
See Also:
Constant Field Values

TAG_BDAT

static final int TAG_BDAT
See Also:
Constant Field Values

TAG_BLOC

static final int TAG_BLOC
See Also:
Constant Field Values

TAG_BSLN

static final int TAG_BSLN
See Also:
Constant Field Values

TAG_CFF

static final int TAG_CFF
See Also:
Constant Field Values

TAG_CMAP

static final int TAG_CMAP
See Also:
Constant Field Values

TAG_CVAR

static final int TAG_CVAR
See Also:
Constant Field Values

TAG_CVT

static final int TAG_CVT
See Also:
Constant Field Values

TAG_DSIG

static final int TAG_DSIG
See Also:
Constant Field Values

TAG_EBDT

static final int TAG_EBDT
See Also:
Constant Field Values

TAG_EBLC

static final int TAG_EBLC
See Also:
Constant Field Values

TAG_EBSC

static final int TAG_EBSC
See Also:
Constant Field Values

TAG_FDSC

static final int TAG_FDSC
See Also:
Constant Field Values

TAG_FEAT

static final int TAG_FEAT
See Also:
Constant Field Values

TAG_FMTX

static final int TAG_FMTX
See Also:
Constant Field Values

TAG_FPGM

static final int TAG_FPGM
See Also:
Constant Field Values

TAG_FVAR

static final int TAG_FVAR
See Also:
Constant Field Values

TAG_GASP

static final int TAG_GASP
See Also:
Constant Field Values

TAG_GDEF

static final int TAG_GDEF
See Also:
Constant Field Values

TAG_GLYF

static final int TAG_GLYF
See Also:
Constant Field Values

TAG_GPOS

static final int TAG_GPOS
See Also:
Constant Field Values

TAG_GSUB

static final int TAG_GSUB
See Also:
Constant Field Values

TAG_GVAR

static final int TAG_GVAR
See Also:
Constant Field Values

TAG_HDMX

static final int TAG_HDMX
See Also:
Constant Field Values

TAG_HEAD

static final int TAG_HEAD
See Also:
Constant Field Values

TAG_HHEA

static final int TAG_HHEA
See Also:
Constant Field Values

TAG_HMTX

static final int TAG_HMTX
See Also:
Constant Field Values

TAG_JSTF

static final int TAG_JSTF
See Also:
Constant Field Values

TAG_JUST

static final int TAG_JUST
See Also:
Constant Field Values

TAG_KERN

static final int TAG_KERN
See Also:
Constant Field Values

TAG_LCAR

static final int TAG_LCAR
See Also:
Constant Field Values

TAG_LOCA

static final int TAG_LOCA
See Also:
Constant Field Values

TAG_LTSH

static final int TAG_LTSH
See Also:
Constant Field Values

TAG_MAXP

static final int TAG_MAXP
See Also:
Constant Field Values

TAG_MMFX

static final int TAG_MMFX
See Also:
Constant Field Values

TAG_MMSD

static final int TAG_MMSD
See Also:
Constant Field Values

TAG_MORT

static final int TAG_MORT
See Also:
Constant Field Values

TAG_NAME

static final int TAG_NAME
See Also:
Constant Field Values

TAG_OPBD

static final int TAG_OPBD
See Also:
Constant Field Values

TAG_OS2

static final int TAG_OS2
See Also:
Constant Field Values

TAG_PCLT

static final int TAG_PCLT
See Also:
Constant Field Values

TAG_POST

static final int TAG_POST
See Also:
Constant Field Values

TAG_PREP

static final int TAG_PREP
See Also:
Constant Field Values

TAG_PROP

static final int TAG_PROP
See Also:
Constant Field Values

TAG_TRAK

static final int TAG_TRAK
See Also:
Constant Field Values

TAG_TYP1

static final int TAG_TYP1
See Also:
Constant Field Values

TAG_VDMX

static final int TAG_VDMX
See Also:
Constant Field Values

TAG_VHEA

static final int TAG_VHEA
See Also:
Constant Field Values

TAG_VMTX

static final int TAG_VMTX
See Also:
Constant Field Values
Method Detail

getFontTable

byte[] getFontTable(int sfntTag)

getFontTable

byte[] getFontTable(int sfntTag,
                    int offset,
                    int count)

getFontTable

byte[] getFontTable(String strSfntTag)

getFontTable

byte[] getFontTable(String strSfntTag,
                    int offset,
                    int count)

getFontTableSize

int getFontTableSize(int sfntTag)

getFontTableSize

int getFontTableSize(String strSfntTag)

getVersion

int getVersion()