Package | Description |
---|---|
org.apache.fop.afp |
Contains an AFP library.
|
org.apache.fop.afp.fonts |
Contains a collection of AFP Graphics Object Content Architecture (GOCA) structured objects.
|
Modifier and Type | Method and Description |
---|---|
static AFPEventProducer |
AFPEventProducer.Provider.get(EventBroadcaster broadcaster)
Returns an event producer.
|
Modifier and Type | Method and Description |
---|---|
CharacterSet |
CharacterSetBuilder.build(java.lang.String characterSetName,
java.lang.String codePageName,
java.lang.String encoding,
Typeface typeface,
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.
|
CharacterSet |
CharacterSetBuilder.buildDBCS(java.lang.String characterSetName,
java.lang.String codePageName,
java.lang.String encoding,
CharacterSetType charsetType,
ResourceAccessor 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.
|
CharacterSet |
CharacterSetBuilder.buildSBCS(java.lang.String characterSetName,
java.lang.String codePageName,
java.lang.String encoding,
ResourceAccessor 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.
|
protected java.util.Map<java.lang.String,java.lang.String> |
CharacterSetBuilder.loadCodePage(java.lang.String codePage,
java.lang.String encoding,
ResourceAccessor accessor,
AFPEventProducer eventProducer)
Load the code page information from the appropriate file.
|
protected java.io.InputStream |
CharacterSetBuilder.openInputStream(ResourceAccessor accessor,
java.lang.String filename,
AFPEventProducer eventProducer)
Returns an InputStream to a given file path and filename
* @param accessor the resource accessor
|
Constructor and Description |
---|
AFPBase12FontCollection(AFPEventProducer eventProducer) |
FopCharacterSet(java.lang.String codePage,
java.lang.String encoding,
java.lang.String name,
Typeface charSet,
AFPEventProducer eventProducer)
Constructor for the CharacterSetMetric object, the character set is used
to load the font information from the actual AFP font.
|
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.