Uses of Class
org.apache.fop.render.pcl.fonts.PCLCharacterDefinition
-
Packages that use PCLCharacterDefinition Package Description org.apache.fop.render.pcl.fonts org.apache.fop.render.pcl.fonts.truetype -
-
Uses of PCLCharacterDefinition in org.apache.fop.render.pcl.fonts
Fields in org.apache.fop.render.pcl.fonts with type parameters of type PCLCharacterDefinition Modifier and Type Field Description private java.util.List<PCLCharacterDefinition>
PCLCharacterDefinition. composites
Methods in org.apache.fop.render.pcl.fonts that return types with arguments of type PCLCharacterDefinition Modifier and Type Method Description java.util.List<PCLCharacterDefinition>
PCLCharacterDefinition. getCompositeGlyphs()
Methods in org.apache.fop.render.pcl.fonts with parameters of type PCLCharacterDefinition Modifier and Type Method Description void
PCLCharacterDefinition. addCompositeGlyph(PCLCharacterDefinition composite)
-
Uses of PCLCharacterDefinition in org.apache.fop.render.pcl.fonts.truetype
Methods in org.apache.fop.render.pcl.fonts.truetype that return PCLCharacterDefinition Modifier and Type Method Description private PCLCharacterDefinition
PCLTTFCharacterWriter. getCharacterDefinition(int unicode)
Methods in org.apache.fop.render.pcl.fonts.truetype with parameters of type PCLCharacterDefinition Modifier and Type Method Description private void
PCLTTFCharacterWriter. writePCLCharacter(java.io.ByteArrayOutputStream baos, PCLCharacterDefinition pclChar)
-