public class PCLCharacterDefinition
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
PCLCharacterDefinition.PCLCharacterClass
Character Class used in PCL Character Descriptor See Table 11-51 from PCL 5 Specification
|
static class |
PCLCharacterDefinition.PCLCharacterFormat
Character Format used in PCL Character Descriptor See Table 11-50 from PCL 5 Specification
|
Constructor and Description |
---|
PCLCharacterDefinition(int charCode,
PCLCharacterDefinition.PCLCharacterFormat charFormat,
PCLCharacterDefinition.PCLCharacterClass charClass,
byte[] glyfData,
boolean isComposite) |
Modifier and Type | Method and Description |
---|---|
void |
addCompositeGlyph(PCLCharacterDefinition composite) |
byte[] |
getCharacterCommand() |
byte[] |
getCharacterDefinitionCommand() |
java.util.List<PCLCharacterDefinition> |
getCompositeGlyphs() |
byte[] |
getData() |
public PCLCharacterDefinition(int charCode, PCLCharacterDefinition.PCLCharacterFormat charFormat, PCLCharacterDefinition.PCLCharacterClass charClass, byte[] glyfData, boolean isComposite)
public byte[] getCharacterCommand() throws java.io.IOException
java.io.IOException
public byte[] getCharacterDefinitionCommand() throws java.io.IOException
java.io.IOException
public byte[] getData() throws java.io.IOException
java.io.IOException
public void addCompositeGlyph(PCLCharacterDefinition composite)
public java.util.List<PCLCharacterDefinition> getCompositeGlyphs()
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.