Package org.apache.fop.render.pcl.fonts
Class PCLCharacterWriter
- java.lang.Object
-
- org.apache.fop.render.pcl.fonts.PCLCharacterWriter
-
- Direct Known Subclasses:
PCLTTFCharacterWriter
public abstract class PCLCharacterWriter extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected PCLSoftFont
font
protected FontFileReader
fontReader
protected OpenFont
openFont
-
Constructor Summary
Constructors Constructor Description PCLCharacterWriter(PCLSoftFont font)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract byte[]
writeCharacterDefinitions(java.lang.String text)
-
-
-
Field Detail
-
font
protected PCLSoftFont font
-
openFont
protected OpenFont openFont
-
fontReader
protected FontFileReader fontReader
-
-
Constructor Detail
-
PCLCharacterWriter
public PCLCharacterWriter(PCLSoftFont font) throws java.io.IOException
- Throws:
java.io.IOException
-
-