de.dante.extex.font.type
Interface PlFormat

All Known Implementing Classes:
TFMCharInfoArray, TFMCharInfoWord, TFMFont, TFMHeaderArray, TFMLigKernArray, TFMParamArray, VFCommandCharacterPackets, VFCommandFontDef, VFFont

public interface PlFormat

Interface for the PL-Format.

Convert a Font (e.g. tfm) to a PL-file (property-list).

Version:
$Revision: 1.3 $
Author:
Michael Niedermair

Method Summary
 void toPL(PlWriter out)
          Print all information (jn PL-format) to the writer.
 

Method Detail

toPL

public void toPL(PlWriter out)
          throws java.io.IOException,
                 FontException
Print all information (jn PL-format) to the writer.

Parameters:
out - the plwriter
Throws:
java.io.IOException - if an IO-error occurs.
FontException - if a font-error occurs.