Uses of Interface
org.apache.fop.fonts.FontCollection
Packages that use FontCollection
Package
Description
Contains a collection of AFP Graphics Object Content Architecture (GOCA) structured objects.
Classes for font handling.
Base 14 fonts used for PDF and PostScript.
Generic renderer interface.
An AFP Renderer implementation and supporting classes.
Bitmap Renderer which creates TIFF and PNG images from rendered pages.
Java2D Renderer which paints rendered pages on Graphics2D instances.
PCL Renderer (Supports PCL5 and HP GL/2)
-
Uses of FontCollection in org.apache.fop.afp.fonts
Classes in org.apache.fop.afp.fonts that implement FontCollectionModifier and TypeClassDescriptionclass
Sets up a typical Base 12 font configuration for AFPclass
A base collection of AFP fonts -
Uses of FontCollection in org.apache.fop.fonts
Classes in org.apache.fop.fonts that implement FontCollectionModifier and TypeClassDescriptionclass
Sets up a set of custom (embedded) fontsMethods in org.apache.fop.fonts with parameters of type FontCollectionModifier and TypeMethodDescriptionvoid
FontManager.setup
(FontInfo fontInfo, FontCollection[] fontCollections) Sets up the fonts on a given FontInfo object. -
Uses of FontCollection in org.apache.fop.fonts.base14
Classes in org.apache.fop.fonts.base14 that implement FontCollection -
Uses of FontCollection in org.apache.fop.render
Methods in org.apache.fop.render that return FontCollectionModifier and TypeMethodDescriptionprotected FontCollection
PrintRendererConfigurator.createCollectionFromFontList
(InternalResourceResolver resolver, List<EmbedFontInfo> fontList) Creates the font collection given a list of embedded font infomation.protected FontCollection
PrintRendererConfigurator.getCustomFontCollection
(InternalResourceResolver resolver, String mimeType) Returns the font collection for custom configured fonts.Methods in org.apache.fop.render that return types with arguments of type FontCollectionModifier and TypeMethodDescriptionprotected List<FontCollection>
DefaultRendererConfigurator.getDefaultFontCollection()
protected abstract List<FontCollection>
PrintRendererConfigurator.getDefaultFontCollection()
-
Uses of FontCollection in org.apache.fop.render.afp
Methods in org.apache.fop.render.afp that return FontCollectionModifier and TypeMethodDescriptionprotected FontCollection
AFPRendererConfigurator.getCustomFontCollection
(InternalResourceResolver uriResolverWrapper, String mimeType) Methods in org.apache.fop.render.afp that return types with arguments of type FontCollectionModifier and TypeMethodDescriptionprotected List<FontCollection>
AFPRendererConfigurator.getDefaultFontCollection()
-
Uses of FontCollection in org.apache.fop.render.bitmap
Methods in org.apache.fop.render.bitmap that return FontCollectionModifier and TypeMethodDescriptionprotected FontCollection
BitmapRendererConfigurator.createCollectionFromFontList
(InternalResourceResolver resourceResolver, List<EmbedFontInfo> fontList) Methods in org.apache.fop.render.bitmap that return types with arguments of type FontCollectionModifier and TypeMethodDescriptionprotected List<FontCollection>
BitmapRendererConfigurator.getDefaultFontCollection()
-
Uses of FontCollection in org.apache.fop.render.java2d
Classes in org.apache.fop.render.java2d that implement FontCollectionModifier and TypeClassDescriptionclass
A base 14 font collection for graphics 2Dclass
A java2d configured font collectionclass
A custom AWT font collection -
Uses of FontCollection in org.apache.fop.render.pcl
Methods in org.apache.fop.render.pcl that return FontCollectionModifier and TypeMethodDescriptionprotected FontCollection
PCLRendererConfigurator.createCollectionFromFontList
(InternalResourceResolver resourceResolver, List<EmbedFontInfo> fontList) Methods in org.apache.fop.render.pcl that return types with arguments of type FontCollectionModifier and TypeMethodDescriptionprotected List<FontCollection>
PCLRendererConfigurator.getDefaultFontCollection()