Class PCLTTFCharacterWriter
- java.lang.Object
-
- org.apache.fop.render.pcl.fonts.PCLCharacterWriter
-
- org.apache.fop.render.pcl.fonts.truetype.PCLTTFCharacterWriter
-
public class PCLTTFCharacterWriter extends PCLCharacterWriter
-
-
Field Summary
-
Fields inherited from class org.apache.fop.render.pcl.fonts.PCLCharacterWriter
font, fontReader, openFont
-
-
Constructor Summary
Constructors Constructor Description PCLTTFCharacterWriter(PCLSoftFont softFont)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
writeCharacterDefinitions(java.lang.String text)
-
-
-
Constructor Detail
-
PCLTTFCharacterWriter
public PCLTTFCharacterWriter(PCLSoftFont softFont) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
writeCharacterDefinitions
public byte[] writeCharacterDefinitions(java.lang.String text) throws java.io.IOException
- Specified by:
writeCharacterDefinitions
in classPCLCharacterWriter
- Throws:
java.io.IOException
-
-