Uses of Class
org.extex.font.format.xtf.tables.cff.T1DictKey

Packages that use T1DictKey
org.extex.font.format.xtf.tables.cff This package contains the definitions and implementations for the TTF/OTF font CFF. 
 

Uses of T1DictKey in org.extex.font.format.xtf.tables.cff
 

Subclasses of T1DictKey in org.extex.font.format.xtf.tables.cff
 class T1BlueFuzz
          BlueFuzz.
 class T1BlueScale
          BlueScale.
 class T1BlueShift
          BlueShift.
 class T1BlueValues
          BlueValues.
 class T1defaultWidthX
          defaultWidthX.
 class T1DictBoolean
          Type 1 dict boolean.
 class T1DictDelta
          Type 1 dict delta.
 class T1DictNumber
          Type 1 dict number.
 class T1ExpansionFactor
          ExpansionFactor.
 class T1FamilyBlues
          FamilyBlues.
 class T1FamilyOtherBlues
          FamilyOtherBlues.
 class T1ForceBold
          ForceBold.
 class T1initialRandomSeed
          initialRandomSeed.
 class T1LanguageGroup
          LanguageGroup.
 class T1nominalWidthX
          nominalWidthX.
 class T1OtherBlues
          OtherBlues.
 class T1StdHW
          StdHW.
 class T1StdVW
          StdVW.
 class T1StemSnapH
          StemSnapH.
 class T1StemSnapV
          StemSnapV.
 class T1Subrs
          Subrs.
 

Methods in org.extex.font.format.xtf.tables.cff that return T1DictKey
 T1DictKey T2TDOPrivate.getT1DictKey(java.lang.String name)
          Returns the dict key for the name.
static T1DictKey T1DictKey.newInstance(RandomAccessR rar)
          Create a new instance.