public class PCLCharacterDefinition extends 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() |
List<PCLCharacterDefinition> |
getCompositeGlyphs() |
byte[] |
getData() |
public PCLCharacterDefinition(int charCode, PCLCharacterDefinition.PCLCharacterFormat charFormat, PCLCharacterDefinition.PCLCharacterClass charClass, byte[] glyfData, boolean isComposite)
public byte[] getCharacterCommand() throws IOException
IOException
public byte[] getCharacterDefinitionCommand() throws IOException
IOException
public byte[] getData() throws IOException
IOException
public void addCompositeGlyph(PCLCharacterDefinition composite)
public List<PCLCharacterDefinition> getCompositeGlyphs()
Copyright © 2025 Apache Software Foundation. All rights reserved.