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. compositesMethods 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 voidPCLCharacterDefinition. 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 PCLCharacterDefinitionPCLTTFCharacterWriter. getCharacterDefinition(int unicode)Methods in org.apache.fop.render.pcl.fonts.truetype with parameters of type PCLCharacterDefinition Modifier and Type Method Description private voidPCLTTFCharacterWriter. writePCLCharacter(java.io.ByteArrayOutputStream baos, PCLCharacterDefinition pclChar)
-