Package org.apache.fop.render.pcl.fonts
Class PCLCharacterDefinition
java.lang.Object
org.apache.fop.render.pcl.fonts.PCLCharacterDefinition
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumCharacter Class used in PCL Character Descriptor See Table 11-51 from PCL 5 Specificationstatic enumCharacter Format used in PCL Character Descriptor See Table 11-50 from PCL 5 Specification -
Constructor Summary
ConstructorsConstructorDescriptionPCLCharacterDefinition(int charCode, PCLCharacterDefinition.PCLCharacterFormat charFormat, PCLCharacterDefinition.PCLCharacterClass charClass, byte[] glyfData, boolean isComposite) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCompositeGlyph(PCLCharacterDefinition composite) byte[]byte[]byte[]getData()
-
Constructor Details
-
PCLCharacterDefinition
public PCLCharacterDefinition(int charCode, PCLCharacterDefinition.PCLCharacterFormat charFormat, PCLCharacterDefinition.PCLCharacterClass charClass, byte[] glyfData, boolean isComposite)
-
-
Method Details
-
getCharacterCommand
- Throws:
IOException
-
getCharacterDefinitionCommand
- Throws:
IOException
-
getData
- Throws:
IOException
-
addCompositeGlyph
-
getCompositeGlyphs
-