Uses of Class
org.apache.fop.fonts.FontInfo
-
Packages that use FontInfo 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.org.apache.fop.afp.svg Contains a collection of AFP specific Batik bridges.org.apache.fop.area FOP's area tree.org.apache.fop.fo Classes, constants and basic infrastructure for the FO tree.org.apache.fop.fo.properties Classes representing the various property types as well as supporting data structures for the FO tree.org.apache.fop.fonts Classes for font handling.org.apache.fop.fonts.base14 Base 14 fonts used for PDF and PostScript.org.apache.fop.fonts.substitute Font substitution facilities.org.apache.fop.pdf Classes for handling the low-level creation of PDF documents.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.intermediate org.apache.fop.render.intermediate.util 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)org.apache.fop.render.pdf PDF Rendererorg.apache.fop.render.ps PostScript Rendererorg.apache.fop.render.xml Area Tree XML Renderer.org.apache.fop.svg Classes that add SVG support to FOP and SVG->PDF conversion for Batik.org.apache.fop.svg.font -
-
Uses of FontInfo in org.apache.fop.afp
Methods in org.apache.fop.afp that return FontInfo Modifier and Type Method Description FontInfoAFPGraphics2D. getFontInfo()Returns the FontInfoConstructors in org.apache.fop.afp with parameters of type FontInfo Constructor Description AFPGraphics2D(boolean textAsShapes, AFPPaintingState paintingState, AFPResourceManager resourceManager, AFPResourceInfo resourceInfo, FontInfo fontInfo)Main constructor -
Uses of FontInfo in org.apache.fop.afp.fonts
Methods in org.apache.fop.afp.fonts with parameters of type FontInfo Modifier and Type Method Description intAFPBase12FontCollection. setup(int start, FontInfo fontInfo)Sets up fonts in a font info object.intAFPFontCollection. setup(int start, FontInfo fontInfo)Sets up fonts in a font info object. -
Uses of FontInfo in org.apache.fop.afp.svg
Methods in org.apache.fop.afp.svg that return FontInfo Modifier and Type Method Description FontInfoAFPTextHandler. getFontInfo()Return the font information associated with this objectConstructors in org.apache.fop.afp.svg with parameters of type FontInfo Constructor Description AFPBridgeContext(org.apache.batik.bridge.UserAgent userAgent, FontInfo fontInfo, org.apache.xmlgraphics.image.loader.ImageManager imageManager, org.apache.xmlgraphics.image.loader.ImageSessionContext imageSessionContext, java.awt.geom.AffineTransform linkTransform, AFPGraphics2D g2d, org.apache.fop.events.EventBroadcaster eventBroadCaster)Constructs a new bridge context.AFPFontFamilyResolver(FontInfo fontInfo, org.apache.fop.events.EventBroadcaster eventBroadCaster)AFPTextHandler(FontInfo fontInfo, AFPResourceManager resourceManager)Main constructor. -
Uses of FontInfo in org.apache.fop.area
Constructors in org.apache.fop.area with parameters of type FontInfo Constructor Description CachedRenderPagesModel(FOUserAgent userAgent, java.lang.String outputFormat, FontInfo fontInfo, java.io.OutputStream stream)Main ConstructorRenderPagesModel(FOUserAgent userAgent, java.lang.String outputFormat, FontInfo fontInfo, java.io.OutputStream stream)Create a new render pages model with the given renderer. -
Uses of FontInfo in org.apache.fop.fo
Fields in org.apache.fop.fo declared as FontInfo Modifier and Type Field Description protected FontInfoFOEventHandler. fontInfoThe Font information relevant for this documentMethods in org.apache.fop.fo that return FontInfo Modifier and Type Method Description FontInfoDelegatingFOEventHandler. getFontInfo()FontInfoFOEventHandler. getFontInfo()Retrieve the font information for this document -
Uses of FontInfo in org.apache.fop.fo.properties
Methods in org.apache.fop.fo.properties with parameters of type FontInfo Modifier and Type Method Description FontTriplet[]CommonFont. getFontState(FontInfo fontInfo)Create and return an array ofFontTripletsbased on the properties stored in the instance variables. -
Uses of FontInfo in org.apache.fop.fonts
Methods in org.apache.fop.fonts with parameters of type FontInfo Modifier and Type Method Description intCustomFontCollection. setup(int num, FontInfo fontInfo)Sets up fonts in a font info object.intFontCollection. setup(int start, FontInfo fontInfo)Sets up fonts in a font info object.voidFontManager. setup(FontInfo fontInfo, FontCollection[] fontCollections)Sets up the fonts on a given FontInfo object.static voidFontSetup. setup(FontInfo fontInfo, boolean base14Kerning)Sets up a font infostatic voidFontSetup. setup(FontInfo fontInfo, java.util.List embedFontInfoList, InternalResourceResolver resourceResolver, boolean base14Kerning)Sets up the font info object. -
Uses of FontInfo in org.apache.fop.fonts.base14
Methods in org.apache.fop.fonts.base14 with parameters of type FontInfo Modifier and Type Method Description intBase14FontCollection. setup(int start, FontInfo fontInfo)Sets up fonts in a font info object. -
Uses of FontInfo in org.apache.fop.fonts.substitute
Methods in org.apache.fop.fonts.substitute with parameters of type FontInfo Modifier and Type Method Description voidFontSubstitutions. adjustFontInfo(FontInfo fontInfo)Adjusts a given fontInfo using this font substitution catalogprotected FontTripletFontQualifier. bestMatch(FontInfo fontInfo)Returns the highest priority matching font triplet found in a given font infoprotected java.util.List<FontTriplet>FontQualifier. match(FontInfo fontInfo)Returns a list of matching font triplet found in a given font info -
Uses of FontInfo in org.apache.fop.pdf
Methods in org.apache.fop.pdf with parameters of type FontInfo Modifier and Type Method Description voidPDFResources. addFonts(PDFDocument doc, FontInfo fontInfo)Add the fonts in the font info to this PDF document's Font Resources. -
Uses of FontInfo in org.apache.fop.render
Fields in org.apache.fop.render declared as FontInfo Modifier and Type Field Description protected FontInfoPrintRenderer. fontInfoFont configurationMethods in org.apache.fop.render that return FontInfo Modifier and Type Method Description FontInfoPrintRenderer. getFontInfo()Methods in org.apache.fop.render with parameters of type FontInfo Modifier and Type Method Description abstract voidAbstractRenderer. setupFontInfo(FontInfo fontInfo)Set up the given FontInfo.voidPrintRenderer. setupFontInfo(FontInfo inFontInfo)Set up the given FontInfo.voidPrintRendererConfigurator. setupFontInfo(java.lang.String mimeType, FontInfo fontInfo)Sets up theFontInfoobject for the IFDocumentHandler.voidRenderer. setupFontInfo(FontInfo fontInfo)Set up the given FontInfo. -
Uses of FontInfo in org.apache.fop.render.afp
Methods in org.apache.fop.render.afp that return FontInfo Modifier and Type Method Description FontInfoAFPInfo. getFontInfo()Return the font infoFontInfoAFPRenderingContext. getFontInfo()Returns the font list.Methods in org.apache.fop.render.afp with parameters of type FontInfo Modifier and Type Method Description voidAFPDocumentHandler. setDefaultFontInfo(FontInfo fontInfo)Sets the default font set (with no custom configuration).protected voidAFPInfo. setFontInfo(FontInfo fontInfo)Sets the current font infoConstructors in org.apache.fop.render.afp with parameters of type FontInfo Constructor Description AFPRenderingContext(FOUserAgent userAgent, AFPResourceManager resourceManager, AFPPaintingState paintingState, FontInfo fontInfo, java.util.Map foreignAttributes)Main constructor. -
Uses of FontInfo in org.apache.fop.render.bitmap
Methods in org.apache.fop.render.bitmap with parameters of type FontInfo Modifier and Type Method Description voidAbstractBitmapDocumentHandler. setDefaultFontInfo(FontInfo fontInfo)Sets the default font set (with no custom configuration). -
Uses of FontInfo in org.apache.fop.render.intermediate
Fields in org.apache.fop.render.intermediate declared as FontInfo Modifier and Type Field Description protected FontInfoAbstractBinaryWritingIFDocumentHandler. fontInfoFont configurationMethods in org.apache.fop.render.intermediate that return FontInfo Modifier and Type Method Description FontInfoAbstractBinaryWritingIFDocumentHandler. getFontInfo()Returns the font set to work with.protected FontInfoAbstractIFPainter. getFontInfo()FontInfoIFDocumentHandler. getFontInfo()Returns the font set to work with.FontInfoIFSerializer. getFontInfo()Returns the font set to work with.Methods in org.apache.fop.render.intermediate with parameters of type FontInfo Modifier and Type Method Description voidAbstractBinaryWritingIFDocumentHandler. setDefaultFontInfo(FontInfo fontInfo)Sets the default font set (with no custom configuration).voidIFDocumentHandler. setDefaultFontInfo(FontInfo fontInfo)Sets the default font set (with no custom configuration).voidIFSerializer. setDefaultFontInfo(FontInfo fontInfo)Sets the default font set (with no custom configuration).voidAbstractBinaryWritingIFDocumentHandler. setFontInfo(FontInfo fontInfo)Sets the font set to work with.voidIFDocumentHandler. setFontInfo(FontInfo fontInfo)Sets the font set to work with.voidIFSerializer. setFontInfo(FontInfo fontInfo)Sets the font set to work with.voidIFDocumentHandlerConfigurator. setupFontInfo(java.lang.String mimeType, FontInfo fontInfo)Sets up theFontInfoobject for the IFDocumentHandler.voidIFRenderer. setupFontInfo(FontInfo inFontInfo)Set up the given FontInfo.static voidIFUtil. setupFonts(IFDocumentHandler documentHandler, FontInfo fontInfo)Sets up the fonts on a document handler. -
Uses of FontInfo in org.apache.fop.render.intermediate.util
Methods in org.apache.fop.render.intermediate.util that return FontInfo Modifier and Type Method Description FontInfoIFDocumentHandlerProxy. getFontInfo()Returns the font set to work with.Methods in org.apache.fop.render.intermediate.util with parameters of type FontInfo Modifier and Type Method Description voidIFDocumentHandlerProxy. setDefaultFontInfo(FontInfo fontInfo)Sets the default font set (with no custom configuration).voidIFDocumentHandlerProxy. setFontInfo(FontInfo fontInfo)Sets the font set to work with. -
Uses of FontInfo in org.apache.fop.render.java2d
Fields in org.apache.fop.render.java2d declared as FontInfo Modifier and Type Field Description protected FontInfoJava2DPainter. fontInfoThe font informationMethods in org.apache.fop.render.java2d that return FontInfo Modifier and Type Method Description static FontInfoJava2DUtil. buildDefaultJava2DBasedFontInfo(FontInfo fontInfo, FOUserAgent userAgent)Builds a defaultFontInfoobject for use with output formats using the Java2D font setup.FontInfoJava2DDocumentHandler. getFontInfo()protected FontInfoJava2DPainter. getFontInfo()Returns the associatedFontInfoobject.Methods in org.apache.fop.render.java2d with parameters of type FontInfo Modifier and Type Method Description static FontInfoJava2DUtil. buildDefaultJava2DBasedFontInfo(FontInfo fontInfo, FOUserAgent userAgent)Builds a defaultFontInfoobject for use with output formats using the Java2D font setup.static java.awt.font.GlyphVectorJava2DUtil. createGlyphVector(java.lang.String text, java.awt.Graphics2D g2d, Font font, FontInfo fontInfo)Creates an instance ofGlyphVectorthat correctly handle surrogate pairs and advanced font features such as GSUB/GPOS/GDEF.static voidJava2DRenderer. renderText(TextArea text, java.awt.Graphics2D g2d, Font font, FontInfo fontInfo)Renders a TextArea to a Graphics2D instance.voidJava2DDocumentHandler. setDefaultFontInfo(FontInfo fontInfo)voidJava2DDocumentHandler. setFontInfo(FontInfo fontInfo)intBase14FontCollection. setup(int start, FontInfo fontInfo)Sets up fonts in a font info object.intConfiguredFontCollection. setup(int start, FontInfo fontInfo)Sets up fonts in a font info object.intInstalledFontCollection. setup(int start, FontInfo fontInfo)Sets up fonts in a font info object.voidJava2DRenderer. setupFontInfo(FontInfo inFontInfo)Set up the given FontInfo.Constructors in org.apache.fop.render.java2d with parameters of type FontInfo Constructor Description Java2DGraphicsState(java.awt.Graphics2D graphics, FontInfo fontInfo, java.awt.geom.AffineTransform at)State for storing graphics state.Java2DPainter(java.awt.Graphics2D g2d, IFContext context, FontInfo fontInfo)Main constructor.Java2DPainter(java.awt.Graphics2D g2d, IFContext context, FontInfo fontInfo, IFDocumentHandler documentHandler)Java2DPainter(java.awt.Graphics2D g2d, IFContext context, FontInfo fontInfo, IFState state)Special constructor for embedded use (when another painter uses Java2DPainter to convert part of a document into a bitmap, for example).Java2DPainter(java.awt.Graphics2D g2d, IFContext context, FontInfo fontInfo, IFState state, IFDocumentHandler documentHandler)Java2DRenderingContext(FOUserAgent userAgent, java.awt.Graphics2D g2d, FontInfo fontInfo)Main constructor. -
Uses of FontInfo in org.apache.fop.render.pcl
Methods in org.apache.fop.render.pcl with parameters of type FontInfo Modifier and Type Method Description voidPCLDocumentHandler. setDefaultFontInfo(FontInfo fontInfo)Sets the default font set (with no custom configuration). -
Uses of FontInfo in org.apache.fop.render.pdf
Fields in org.apache.fop.render.pdf declared as FontInfo Modifier and Type Field Description FontInfoPDFSVGHandler.PDFInfo. fisee PDF_FONT_INFOMethods in org.apache.fop.render.pdf that return FontInfo Modifier and Type Method Description FontInfoPDFRenderingContext. getFontInfo()Returns the font list.Constructors in org.apache.fop.render.pdf with parameters of type FontInfo Constructor Description PDFRenderingContext(FOUserAgent userAgent, PDFContentGenerator generator, PDFPage page, FontInfo fontInfo)Main constructor. -
Uses of FontInfo in org.apache.fop.render.ps
Fields in org.apache.fop.render.ps declared as FontInfo Modifier and Type Field Description protected FontInfoNativeTextHandler. fontInfoFontInfo containing all available fontsMethods in org.apache.fop.render.ps that return FontInfo Modifier and Type Method Description FontInfoNativeTextHandler. getFontInfo()Return the font information associated with this objectFontInfoPSRenderingContext. getFontInfo()Returns the font list.FontInfoPSSVGHandler.PSInfo. getFontInfo()Returns the fontInfo.Methods in org.apache.fop.render.ps with parameters of type FontInfo Modifier and Type Method Description static voidPSFontUtils. addFallbackFonts(FontInfo fontInfo, org.apache.xmlgraphics.java2d.GeneralGraphics2DImagePainter painter)static java.util.MapPSFontUtils. determineSuppliedFonts(org.apache.xmlgraphics.ps.dsc.ResourceTracker resTracker, FontInfo fontInfo, java.util.Map<java.lang.String,Typeface> fonts)Determines the set of fonts that will be supplied with the PS file and registers them with the resource tracker.voidPSSVGHandler.PSInfo. setFontInfo(FontInfo fontInfo)Sets the fontInfo.static java.util.MapPSFontUtils. writeFontDict(org.apache.xmlgraphics.ps.PSGenerator gen, FontInfo fontInfo)Generates the PostScript code for the font dictionary.static java.util.MapPSFontUtils. writeFontDict(org.apache.xmlgraphics.ps.PSGenerator gen, FontInfo fontInfo, java.util.Map<java.lang.String,Typeface> fonts, PSEventProducer eventProducer)Generates the PostScript code for the font dictionary.static java.util.MapPSFontUtils. writeFontDict(org.apache.xmlgraphics.ps.PSGenerator gen, FontInfo fontInfo, PSEventProducer eventProducer)Generates the PostScript code for the font dictionary.Constructors in org.apache.fop.render.ps with parameters of type FontInfo Constructor Description NativeTextHandler(org.apache.xmlgraphics.java2d.ps.PSGraphics2D g2d, FontInfo fontInfo)Main constructor.PSBatikFlowTextElementBridge(FontInfo fontInfo)Main Constructor.PSBridgeContext(org.apache.batik.bridge.UserAgent userAgent, org.apache.batik.bridge.DocumentLoader documentLoader, FontInfo fontInfo, org.apache.xmlgraphics.image.loader.ImageManager imageManager, org.apache.xmlgraphics.image.loader.ImageSessionContext imageSessionContext, java.awt.geom.AffineTransform linkTransform)Constructs a new bridge context.PSBridgeContext(org.apache.batik.bridge.UserAgent userAgent, FontInfo fontInfo, org.apache.xmlgraphics.image.loader.ImageManager imageManager, org.apache.xmlgraphics.image.loader.ImageSessionContext imageSessionContext)Constructs a new bridge context.PSGraphics2DAdapter(org.apache.xmlgraphics.ps.PSGenerator gen, boolean clip, FontInfo fontInfo)Creates a new instance.PSRenderingContext(FOUserAgent userAgent, org.apache.xmlgraphics.ps.PSGenerator gen, FontInfo fontInfo)Main constructor.PSRenderingContext(FOUserAgent userAgent, org.apache.xmlgraphics.ps.PSGenerator gen, FontInfo fontInfo, boolean createForms)Special constructor.PSSVGFlowRootElementBridge(FontInfo fontInfo)Main Constructor.PSTextPainter(FontInfo fontInfo)Create a new PS text painter with the given font information.ResourceHandler(FOUserAgent userAgent, PSEventProducer eventProducer, FontInfo fontInfo, org.apache.xmlgraphics.ps.dsc.ResourceTracker resTracker, java.util.Map formResources)Main constructor. -
Uses of FontInfo in org.apache.fop.render.xml
Methods in org.apache.fop.render.xml with parameters of type FontInfo Modifier and Type Method Description voidXMLRenderer. setupFontInfo(FontInfo inFontInfo)Set up the given FontInfo. -
Uses of FontInfo in org.apache.fop.svg
Fields in org.apache.fop.svg declared as FontInfo Modifier and Type Field Description protected FontInfoAbstractFOPBridgeContext. fontInfothe font listprotected FontInfoNativeTextPainter. fontInfothe font collectionprotected FontInfoPDFGraphics2D. fontInfoThe current font information.Methods in org.apache.fop.svg that return FontInfo Modifier and Type Method Description static FontInfoPDFDocumentGraphics2DConfigurator. createFontInfo(Configuration cfg, boolean useComplexScriptFeatures)Creates theFontInfoinstance for the given configuration.FontInfoFOPTextHandler. getFontInfo()FontInfoPDFDocumentGraphics2D. getFontInfo()Get the font info for this pdf document.Methods in org.apache.fop.svg with parameters of type FontInfo Modifier and Type Method Description static Font[]ACIUtils. findFontsForBatikACI(java.text.AttributedCharacterIterator aci, FontInfo fontInfo)Tries to find matching fonts in FOP'sFontInfoinstance for fonts used by Apache Batik.voidPDFDocumentGraphics2D. setFontInfo(FontInfo fontInfo)Sets the font info for this PDF document.Constructors in org.apache.fop.svg with parameters of type FontInfo Constructor Description AbstractFOPBridgeContext(org.apache.batik.bridge.UserAgent userAgent, org.apache.batik.bridge.DocumentLoader loader, FontInfo fontInfo, org.apache.xmlgraphics.image.loader.ImageManager imageManager, org.apache.xmlgraphics.image.loader.ImageSessionContext imageSessionContext, java.awt.geom.AffineTransform linkTransform)Constructs a new bridge context.AbstractFOPBridgeContext(org.apache.batik.bridge.UserAgent userAgent, FontInfo fontInfo, org.apache.xmlgraphics.image.loader.ImageManager imageManager, org.apache.xmlgraphics.image.loader.ImageSessionContext imageSessionContext)Constructs a new bridge context.AbstractFOPBridgeContext(org.apache.batik.bridge.UserAgent userAgent, FontInfo fontInfo, org.apache.xmlgraphics.image.loader.ImageManager imageManager, org.apache.xmlgraphics.image.loader.ImageSessionContext imageSessionContext, java.awt.geom.AffineTransform linkTransform)Constructs a new bridge context.NativeTextPainter(FontInfo fontInfo)Creates a new instance.PDFBatikFlowTextElementBridge(FontInfo fontInfo)Main Constructor.PDFBridgeContext(org.apache.batik.bridge.UserAgent userAgent, org.apache.batik.bridge.DocumentLoader documentLoader, FontInfo fontInfo, org.apache.xmlgraphics.image.loader.ImageManager imageManager, org.apache.xmlgraphics.image.loader.ImageSessionContext imageSessionContext, java.awt.geom.AffineTransform linkTransform)Constructs a new bridge context.PDFBridgeContext(org.apache.batik.bridge.UserAgent userAgent, FontInfo fontInfo, org.apache.xmlgraphics.image.loader.ImageManager imageManager, org.apache.xmlgraphics.image.loader.ImageSessionContext imageSessionContext)Constructs a new bridge context.PDFBridgeContext(SVGUserAgent userAgent, FontInfo fontInfo, org.apache.xmlgraphics.image.loader.ImageManager imageManager, org.apache.xmlgraphics.image.loader.ImageSessionContext imageSessionContext, java.awt.geom.AffineTransform linkTransform)Constructs a new bridge context.PDFFlowExtTextPainter(FontInfo fontInfo)Main constructorPDFFlowTextPainter(FontInfo fontInfo)Main constructorPDFGraphics2D(boolean textAsShapes, FontInfo fi, PDFDocument doc, PDFResourceContext page, PDFReference pref, java.lang.String font, float size, PDFGraphics2D.TransparencyIgnoredEventListener listener)Create a new PDFGraphics2D with the given pdf document info.PDFSVGFlowRootElementBridge(FontInfo fontInfo)Main Constructor.PDFTextUtil(FontInfo fontInfo)Main constructor. -
Uses of FontInfo in org.apache.fop.svg.font
Methods in org.apache.fop.svg.font that return FontInfo Modifier and Type Method Description FontInfoFOPGVTFont. getFontInfo()FontInfoFOPGVTFontFamily. getFontInfo()Constructors in org.apache.fop.svg.font with parameters of type FontInfo Constructor Description FOPFontFamilyResolverImpl(FontInfo fontInfo)FOPGVTFontFamily(FontInfo fontInfo, java.lang.String familyName, FontTriplet triplet, org.apache.batik.gvt.font.GVTFontFace fontFace)
-