Uses of Class
org.extex.font.format.tfm.TfmFixWord

Packages that use TfmFixWord
org.extex.font.format.pl This package contains the definitions and implementations for the PL font format handling in ExTeX. 
org.extex.font.format.tfm This package contains the definitions and implementations for the TFM-font-metric handling in ExTeX. 
org.extex.font.format.vf This package contains the definitions and implementations for the VF-font-metric handling in ExTeX. 
org.extex.font.format.vf.command This package contains the definitions and implementations for the VF-commands handling in ExTeX. 
 

Uses of TfmFixWord in org.extex.font.format.pl
 

Methods in org.extex.font.format.pl with parameters of type TfmFixWord
 PlWriter PlWriter.addFixWord(TfmFixWord fw, java.lang.String name)
          Add a Fixword.
 

Uses of TfmFixWord in org.extex.font.format.tfm
 

Fields in org.extex.font.format.tfm declared as TfmFixWord
static TfmFixWord TfmFixWord.NULL
          NULL.
static TfmFixWord TfmFixWord.TEN
          TEN.
static TfmFixWord TfmFixWord.UNITY
          UNITY.
static TfmFixWord TfmFixWord.ZERO
          ZERO.
 

Methods in org.extex.font.format.tfm that return TfmFixWord
 TfmFixWord TfmCharInfoWord.getDepth()
          Returns the depth.
 TfmFixWord TfmReader.getDepth(int pos)
          Returns the depth of a char.
 TfmFixWord TfmHeaderArray.getDesignsize()
          Returns the designsize.
 TfmFixWord TfmReader.getDesignSizeAsFixWord()
          Returns the design size as fix word.
 TfmFixWord TfmCharInfoWord.getHeight()
          Returns the height.
 TfmFixWord TfmReader.getHeight(int pos)
          Returns the height of a char.
 TfmFixWord TfmCharInfoWord.getItalic()
          Returns the italic.
 TfmFixWord TfmReader.getItalicCorrection(int pos)
          Returns the italic correction of a char.
 TfmFixWord TfmKerning.getKern()
          Return the kern.
 TfmFixWord TfmLigKern.getKern()
          Return the kern.
 TfmFixWord TfmCharInfoWord.getKerning(int cp2)
          Return the kerning.
 TfmFixWord TfmReader.getKerning(int cp1, int cp2)
          TODO mgn: missing JavaDoc
 TfmFixWord TfmLigKernArray.getKerning(int cp1, int cp2)
          Return the kerning.
 TfmFixWord TfmParamArray.getParam(java.lang.String name)
          Returns the parameter with the name name.
 TfmFixWord TfmReader.getParamAsFixWord(java.lang.String name)
          Returns the value of a font parameter as a fix word.
 TfmFixWord[] TfmWidthArray.getTable()
          Returns the table.
 TfmFixWord[] TfmHeightArray.getTable()
          Returns the table.
 TfmFixWord[] TfmItalicArray.getTable()
          Returns the table.
 TfmFixWord[] TfmDepthArray.getTable()
          Returns the table.
 TfmFixWord[] TfmKernArray.getTable()
          Returns the table.
 TfmFixWord TfmCharInfoWord.getWidth()
          Returns the width.
 TfmFixWord TfmReader.getWidth(int pos)
          Returns the width of a char.
protected  TfmFixWord TfmCharInfoArray.takeDimen(TfmFixWord[] table, int i, int pos)
          Gets referenced character dimension from apropriate table.
 

Methods in org.extex.font.format.tfm that return types with arguments of type TfmFixWord
 java.util.Map<java.lang.String,TfmFixWord> TfmParamArray.getParam()
          Getter for param.
 

Methods in org.extex.font.format.tfm with parameters of type TfmFixWord
 void TfmCharInfoWord.setDepth(TfmFixWord adepth)
          Det the depth.
 void TfmCharInfoWord.setHeight(TfmFixWord aheight)
          Set the height.
 void TfmCharInfoWord.setItalic(TfmFixWord aitalic)
          Set the italic.
 void TfmCharInfoWord.setWidth(TfmFixWord awidth)
          Set the width.
protected  TfmFixWord TfmCharInfoArray.takeDimen(TfmFixWord[] table, int i, int pos)
          Gets referenced character dimension from apropriate table.
static Dimen TfmFixWord.toDimen(FixedDimen desingsize, TfmFixWord fw)
          Convert the fixword to a dimen value.
 

Constructors in org.extex.font.format.tfm with parameters of type TfmFixWord
TfmKerning(int skip, short next, TfmFixWord k)
          Create a new object.
 

Uses of TfmFixWord in org.extex.font.format.vf
 

Methods in org.extex.font.format.vf that return TfmFixWord
 TfmFixWord VfFont.getDesignSizeAsFixWord()
          Returns the design size as fix word.
 

Uses of TfmFixWord in org.extex.font.format.vf.command
 

Methods in org.extex.font.format.vf.command that return TfmFixWord
 TfmFixWord VfCommandPre.getDesignsize()
          Returns the designsize.
 TfmFixWord VfCommandFontDef.getDesignsize()
          Getter for designsize.
 TfmFixWord VfCommandFontDef.getScalefactor()
          Getter for scalefactor.
 TfmFixWord VfCommandCharacterPackets.getWidth()
          Getter for width.