Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

java.awt.font
Interface OpenType  view OpenType download OpenType.java


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(java.lang.String strSfntTag)
           
 byte[] getFontTable(java.lang.String strSfntTag, int offset, int count)
           
 int getFontTableSize(int sfntTag)
           
 int getFontTableSize(java.lang.String strSfntTag)
           
 int getVersion()
           
 

Field Detail

TAG_ACNT

public static final int TAG_ACNT
See Also:
Constant Field Values

TAG_AVAR

public static final int TAG_AVAR
See Also:
Constant Field Values

TAG_BASE

public static final int TAG_BASE
See Also:
Constant Field Values

TAG_BDAT

public static final int TAG_BDAT
See Also:
Constant Field Values

TAG_BLOC

public static final int TAG_BLOC
See Also:
Constant Field Values

TAG_BSLN

public static final int TAG_BSLN
See Also:
Constant Field Values

TAG_CFF

public static final int TAG_CFF
See Also:
Constant Field Values

TAG_CMAP

public static final int TAG_CMAP
See Also:
Constant Field Values

TAG_CVAR

public static final int TAG_CVAR
See Also:
Constant Field Values

TAG_CVT

public static final int TAG_CVT
See Also:
Constant Field Values

TAG_DSIG

public static final int TAG_DSIG
See Also:
Constant Field Values

TAG_EBDT

public static final int TAG_EBDT
See Also:
Constant Field Values

TAG_EBLC

public static final int TAG_EBLC
See Also:
Constant Field Values

TAG_EBSC

public static final int TAG_EBSC
See Also:
Constant Field Values

TAG_FDSC

public static final int TAG_FDSC
See Also:
Constant Field Values

TAG_FEAT

public static final int TAG_FEAT
See Also:
Constant Field Values

TAG_FMTX

public static final int TAG_FMTX
See Also:
Constant Field Values

TAG_FPGM

public static final int TAG_FPGM
See Also:
Constant Field Values

TAG_FVAR

public static final int TAG_FVAR
See Also:
Constant Field Values

TAG_GASP

public static final int TAG_GASP
See Also:
Constant Field Values

TAG_GDEF

public static final int TAG_GDEF
See Also:
Constant Field Values

TAG_GLYF

public static final int TAG_GLYF
See Also:
Constant Field Values

TAG_GPOS

public static final int TAG_GPOS
See Also:
Constant Field Values

TAG_GSUB

public static final int TAG_GSUB
See Also:
Constant Field Values

TAG_GVAR

public static final int TAG_GVAR
See Also:
Constant Field Values

TAG_HDMX

public static final int TAG_HDMX
See Also:
Constant Field Values

TAG_HEAD

public static final int TAG_HEAD
See Also:
Constant Field Values

TAG_HHEA

public static final int TAG_HHEA
See Also:
Constant Field Values

TAG_HMTX

public static final int TAG_HMTX
See Also:
Constant Field Values

TAG_JSTF

public static final int TAG_JSTF
See Also:
Constant Field Values

TAG_JUST

public static final int TAG_JUST
See Also:
Constant Field Values

TAG_KERN

public static final int TAG_KERN
See Also:
Constant Field Values

TAG_LCAR

public static final int TAG_LCAR
See Also:
Constant Field Values

TAG_LOCA

public static final int TAG_LOCA
See Also:
Constant Field Values

TAG_LTSH

public static final int TAG_LTSH
See Also:
Constant Field Values

TAG_MAXP

public static final int TAG_MAXP
See Also:
Constant Field Values

TAG_MMFX

public static final int TAG_MMFX
See Also:
Constant Field Values

TAG_MMSD

public static final int TAG_MMSD
See Also:
Constant Field Values

TAG_MORT

public static final int TAG_MORT
See Also:
Constant Field Values

TAG_NAME

public static final int TAG_NAME
See Also:
Constant Field Values

TAG_OPBD

public static final int TAG_OPBD
See Also:
Constant Field Values

TAG_OS2

public static final int TAG_OS2
See Also:
Constant Field Values

TAG_PCLT

public static final int TAG_PCLT
See Also:
Constant Field Values

TAG_POST

public static final int TAG_POST
See Also:
Constant Field Values

TAG_PREP

public static final int TAG_PREP
See Also:
Constant Field Values

TAG_PROP

public static final int TAG_PROP
See Also:
Constant Field Values

TAG_TRAK

public static final int TAG_TRAK
See Also:
Constant Field Values

TAG_TYP1

public static final int TAG_TYP1
See Also:
Constant Field Values

TAG_VDMX

public static final int TAG_VDMX
See Also:
Constant Field Values

TAG_VHEA

public static final int TAG_VHEA
See Also:
Constant Field Values

TAG_VMTX

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

getFontTable

public byte[] getFontTable(int sfntTag)

getFontTable

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

getFontTable

public byte[] getFontTable(java.lang.String strSfntTag)

getFontTable

public byte[] getFontTable(java.lang.String strSfntTag,
                           int offset,
                           int count)

getFontTableSize

public int getFontTableSize(int sfntTag)

getFontTableSize

public int getFontTableSize(java.lang.String strSfntTag)

getVersion

public int getVersion()