Package | Description |
---|---|
org.apache.fop.afp.fonts |
Contains a collection of AFP Graphics Object Content Architecture (GOCA) structured objects.
|
org.apache.fop.fonts |
Classes for font handling.
|
org.apache.fop.fonts.base14 |
Base 14 fonts used for PDF and PostScript.
|
org.apache.fop.render |
Generic renderer interface.
|
org.apache.fop.render.afp |
An AFP Renderer implementation and supporting classes.
|
org.apache.fop.render.bitmap |
Bitmap Renderer which creates TIFF and PNG images from rendered pages.
|
org.apache.fop.render.java2d |
Java2D Renderer which paints rendered pages on Graphics2D instances.
|
org.apache.fop.render.pcl |
PCL Renderer (Supports PCL5 and HP GL/2)
|
Modifier and Type | Class and Description |
---|---|
class |
AFPBase12FontCollection
Sets up a typical Base 12 font configuration for AFP
|
class |
AFPFontCollection
A base collection of AFP fonts
|
Modifier and Type | Class and Description |
---|---|
class |
CustomFontCollection
Sets up a set of custom (embedded) fonts
|
Modifier and Type | Method and Description |
---|---|
void |
FontManager.setup(FontInfo fontInfo,
FontCollection[] fontCollections)
Sets up the fonts on a given FontInfo object.
|
Modifier and Type | Class and Description |
---|---|
class |
Base14FontCollection
Sets up Base 14 fonts
|
Modifier and Type | Method and Description |
---|---|
protected FontCollection |
PrintRendererConfigurator.createCollectionFromFontList(InternalResourceResolver resolver,
java.util.List<EmbedFontInfo> fontList)
Creates the font collection given a list of embedded font infomation.
|
protected FontCollection |
PrintRendererConfigurator.getCustomFontCollection(InternalResourceResolver resolver,
java.lang.String mimeType)
Returns the font collection for custom configured fonts.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.List<FontCollection> |
DefaultRendererConfigurator.getDefaultFontCollection() |
protected abstract java.util.List<FontCollection> |
PrintRendererConfigurator.getDefaultFontCollection() |
Modifier and Type | Method and Description |
---|---|
protected FontCollection |
AFPRendererConfigurator.getCustomFontCollection(InternalResourceResolver uriResolverWrapper,
java.lang.String mimeType) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<FontCollection> |
AFPRendererConfigurator.getDefaultFontCollection() |
Modifier and Type | Method and Description |
---|---|
protected FontCollection |
BitmapRendererConfigurator.createCollectionFromFontList(InternalResourceResolver resourceResolver,
java.util.List<EmbedFontInfo> fontList) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<FontCollection> |
BitmapRendererConfigurator.getDefaultFontCollection() |
Modifier and Type | Class and Description |
---|---|
class |
ConfiguredFontCollection
A java2d configured font collection
|
class |
InstalledFontCollection
A custom AWT font collection
|
Modifier and Type | Method and Description |
---|---|
protected FontCollection |
PCLRendererConfigurator.createCollectionFromFontList(InternalResourceResolver resourceResolver,
java.util.List<EmbedFontInfo> fontList) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<FontCollection> |
PCLRendererConfigurator.getDefaultFontCollection() |
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.