org.apache.fop.render.pcl.fonts
Class PCLCharacterDefinition
java.lang.Object
org.apache.fop.render.pcl.fonts.PCLCharacterDefinition
public class PCLCharacterDefinition
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PCLCharacterDefinition
public PCLCharacterDefinition(int charCode,
PCLCharacterDefinition.PCLCharacterFormat charFormat,
PCLCharacterDefinition.PCLCharacterClass charClass,
byte[] glyfData,
boolean isComposite)
getCharacterCommand
public byte[] getCharacterCommand()
throws java.io.IOException
- Throws:
java.io.IOException
getCharacterDefinitionCommand
public byte[] getCharacterDefinitionCommand()
throws java.io.IOException
- Throws:
java.io.IOException
getData
public byte[] getData()
throws java.io.IOException
- Throws:
java.io.IOException
addCompositeGlyph
public void addCompositeGlyph(PCLCharacterDefinition composite)
getCompositeGlyphs
public java.util.List<PCLCharacterDefinition> getCompositeGlyphs()
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.