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 TypeClassDescriptionclassSets up a typical Base 12 font configuration for AFPclassA base collection of AFP fonts -
Uses of FontCollection in org.apache.fop.fonts
Classes in org.apache.fop.fonts that implement FontCollectionModifier and TypeClassDescriptionclassSets up a set of custom (embedded) fontsMethods in org.apache.fop.fonts with parameters of type FontCollectionModifier and TypeMethodDescriptionvoidFontManager.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 FontCollectionPrintRendererConfigurator.createCollectionFromFontList(InternalResourceResolver resolver, List<EmbedFontInfo> fontList) Creates the font collection given a list of embedded font infomation.protected FontCollectionPrintRendererConfigurator.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 FontCollectionAFPRendererConfigurator.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 FontCollectionBitmapRendererConfigurator.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 TypeClassDescriptionclassA base 14 font collection for graphics 2DclassA java2d configured font collectionclassA 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 FontCollectionPCLRendererConfigurator.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()