Uses of Class
org.extex.font.format.vf.command.VfCommand

Packages that use VfCommand
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 VfCommand in org.extex.font.format.vf
 

Methods in org.extex.font.format.vf that return types with arguments of type VfCommand
 java.util.List<VfCommand> VfFont.getCmds()
          Getter for cmds.
 

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

Subclasses of VfCommand in org.extex.font.format.vf.command
 class VfCommandCharacterPackets
          VfCommand: character packets
 class VfCommandFontDef
          VfCommand: fnt_def.
 class VfCommandPost
          VfCommand: post
 class VfCommandPre
          VfCommand: pre
 

Methods in org.extex.font.format.vf.command that return VfCommand
static VfCommand VfCommand.getInstance(Localizer localizer, RandomAccessR rar)
          Return the new instance of the command.