Uses of Class
org.extex.font.format.tfm.TfmLigKernCommand.Activity

Packages that use TfmLigKernCommand.Activity
org.extex.font.format.tfm This package contains the definitions and implementations for the TFM-font-metric handling in ExTeX. 
 

Uses of TfmLigKernCommand.Activity in org.extex.font.format.tfm
 

Fields in org.extex.font.format.tfm declared as TfmLigKernCommand.Activity
static TfmLigKernCommand.Activity TfmLigKernCommand.ACCESSIBLE
          The value of activity field which means that this lig/kern instruction is a part of lig/kern program for some character.
static TfmLigKernCommand.Activity TfmLigKernCommand.PASSTHROUGH
          The value of activity field which means that this is restart instruction or the boundary information which was processed.
static TfmLigKernCommand.Activity TfmLigKernCommand.UNREACHABLE
          The value of activity field which means that this lig/kern instruction is not a part of lig/kern program for any character.
 

Methods in org.extex.font.format.tfm that return TfmLigKernCommand.Activity
 TfmLigKernCommand.Activity TfmLigKernCommand.getActivity()
          Returns the activity.
 

Methods in org.extex.font.format.tfm with parameters of type TfmLigKernCommand.Activity
 void TfmLigKernCommand.setActivity(TfmLigKernCommand.Activity act)
          Set the new value for actifity.