Class PCLTTFCharacterWriter
java.lang.Object
org.apache.fop.render.pcl.fonts.PCLCharacterWriter
org.apache.fop.render.pcl.fonts.truetype.PCLTTFCharacterWriter
-
Field Summary
FieldsFields inherited from class org.apache.fop.render.pcl.fonts.PCLCharacterWriter
font, fontReader, openFont
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate PCLCharacterDefinition
getCharacterDefinition
(int unicode) private byte[]
getGlyphData
(int charIndex) byte[]
private void
writePCLCharacter
(ByteArrayOutputStream baos, PCLCharacterDefinition pclChar)
-
Field Details
-
mtx
-
tabEntry
-
-
Constructor Details
-
PCLTTFCharacterWriter
- Throws:
IOException
-
-
Method Details
-
writeCharacterDefinitions
- Specified by:
writeCharacterDefinitions
in classPCLCharacterWriter
- Throws:
IOException
-
writePCLCharacter
private void writePCLCharacter(ByteArrayOutputStream baos, PCLCharacterDefinition pclChar) throws IOException - Throws:
IOException
-
getCharacterDefinition
- Throws:
IOException
-
getGlyphData
- Throws:
IOException
-