Uses of Class
org.extex.font.format.pl.PlWriter

Packages that use PlWriter
org.extex.font.format.pl This package contains the definitions and implementations for the PL font format handling in ExTeX. 
 

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

Methods in org.extex.font.format.pl that return PlWriter
 PlWriter PlWriter.addBool(boolean b)
          Prints a symbolic form of boolean value.
 PlWriter PlWriter.addChar(short c)
          Prints symbolic representation of character code.
 PlWriter PlWriter.addCharMetric(double val, java.lang.String name)
          Add a char metric.
 PlWriter PlWriter.addComment(java.lang.String s)
          Add a comment.
 PlWriter PlWriter.addDec(int i)
          Prints D prefix and decimal number.
 PlWriter PlWriter.addFace(int face)
          Prints F prefix and Xerox face code.
 PlWriter PlWriter.addFixWord(TfmFixWord fw, java.lang.String name)
          Add a Fixword.
 PlWriter PlWriter.addOct(int i)
          Prints O prefix and octal number.
 PlWriter PlWriter.addReal(double d)
          Prints R prefix and real number.
 PlWriter PlWriter.addReal(java.lang.Object o)
          Prints R prefix and real number.
 PlWriter PlWriter.addStr(java.lang.String s)
          Prints a character string after one space.
 PlWriter PlWriter.out(char c)
          Write a character.
 PlWriter PlWriter.out(java.lang.String s)
          Write a String.
 PlWriter PlWriter.plclose()
          Decreases nesting level and prints right parenthesis.
 PlWriter PlWriter.plopen(java.lang.String s)
          Increases nesting level and prints left parenthesis followed by the property name.
 

Methods in org.extex.font.format.pl with parameters of type PlWriter
 void PlFormat.toPL(PlWriter out)
          Print all information (jn PL-format) to the writer.