Package | Description |
---|---|
org.apache.fop.afp.fonts |
Contains a collection of AFP Graphics Object Content Architecture (GOCA) structured objects.
|
Modifier and Type | Method | Description |
---|---|---|
static CharacterSetType |
CharacterSetType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static CharacterSetType[] |
CharacterSetType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
CharacterSet |
CharacterSetBuilder.buildDBCS(java.lang.String characterSetName,
java.lang.String codePageName,
java.lang.String encoding,
CharacterSetType charsetType,
AFPResourceAccessor accessor,
AFPEventProducer eventProducer) |
Load the font details and metrics into the CharacterSetMetric object, this will use the
actual afp code page and character set files to load the object with the necessary metrics.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.