Uses of Interface
org.apache.fop.fonts.FontCollection
-
Packages that use FontCollection 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) -
-
Uses of FontCollection in org.apache.fop.afp.fonts
Classes in org.apache.fop.afp.fonts that implement FontCollection Modifier and Type Class Description classAFPBase12FontCollectionSets up a typical Base 12 font configuration for AFPclassAFPFontCollectionA base collection of AFP fonts -
Uses of FontCollection in org.apache.fop.fonts
Classes in org.apache.fop.fonts that implement FontCollection Modifier and Type Class Description classCustomFontCollectionSets up a set of custom (embedded) fontsMethods in org.apache.fop.fonts with parameters of type FontCollection Modifier and Type Method Description voidFontManager. 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 Modifier and Type Class Description classBase14FontCollectionSets up Base 14 fonts -
Uses of FontCollection in org.apache.fop.render
Methods in org.apache.fop.render that return FontCollection Modifier and Type Method Description protected FontCollectionPrintRendererConfigurator. createCollectionFromFontList(InternalResourceResolver resolver, java.util.List<EmbedFontInfo> fontList)Creates the font collection given a list of embedded font infomation.protected FontCollectionPrintRendererConfigurator. getCustomFontCollection(InternalResourceResolver resolver, java.lang.String mimeType)Returns the font collection for custom configured fonts.Methods in org.apache.fop.render that return types with arguments of type FontCollection Modifier and Type Method Description protected java.util.List<FontCollection>DefaultRendererConfigurator. getDefaultFontCollection()protected abstract java.util.List<FontCollection>PrintRendererConfigurator. getDefaultFontCollection() -
Uses of FontCollection in org.apache.fop.render.afp
Methods in org.apache.fop.render.afp that return FontCollection Modifier and Type Method Description protected FontCollectionAFPRendererConfigurator. getCustomFontCollection(InternalResourceResolver uriResolverWrapper, java.lang.String mimeType)Methods in org.apache.fop.render.afp that return types with arguments of type FontCollection Modifier and Type Method Description protected java.util.List<FontCollection>AFPRendererConfigurator. getDefaultFontCollection() -
Uses of FontCollection in org.apache.fop.render.bitmap
Methods in org.apache.fop.render.bitmap that return FontCollection Modifier and Type Method Description protected FontCollectionBitmapRendererConfigurator. createCollectionFromFontList(InternalResourceResolver resourceResolver, java.util.List<EmbedFontInfo> fontList)Methods in org.apache.fop.render.bitmap that return types with arguments of type FontCollection Modifier and Type Method Description protected java.util.List<FontCollection>BitmapRendererConfigurator. getDefaultFontCollection() -
Uses of FontCollection in org.apache.fop.render.java2d
Classes in org.apache.fop.render.java2d that implement FontCollection Modifier and Type Class Description classBase14FontCollectionA base 14 font collection for graphics 2DclassConfiguredFontCollectionA java2d configured font collectionclassInstalledFontCollectionA custom AWT font collection -
Uses of FontCollection in org.apache.fop.render.pcl
Methods in org.apache.fop.render.pcl that return FontCollection Modifier and Type Method Description protected FontCollectionPCLRendererConfigurator. createCollectionFromFontList(InternalResourceResolver resourceResolver, java.util.List<EmbedFontInfo> fontList)Methods in org.apache.fop.render.pcl that return types with arguments of type FontCollection Modifier and Type Method Description protected java.util.List<FontCollection>PCLRendererConfigurator. getDefaultFontCollection()
-