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.image.loader.batik Contains implementations of image loaders and converters which are dependent on Apache Batik (SVG and WMF).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.svg SVG (Structured Vector Graphics) 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 org.apache.fop.tools.fontlist -
-
Uses of FontInfo in org.apache.fop.afp
Fields in org.apache.fop.afp declared as FontInfo Modifier and Type Field Description private FontInfo
AFPGraphics2D. fontInfo
The AFP FontInfoMethods in org.apache.fop.afp that return FontInfo Modifier and Type Method Description FontInfo
AFPGraphics2D. getFontInfo()
Returns the FontInfoMethods in org.apache.fop.afp with parameters of type FontInfo Modifier and Type Method Description private void
AFPGraphics2D. setFontInfo(FontInfo fontInfo)
Sets 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 private int
AFPBase12FontCollection. addFontProperties(FontInfo fontInfo, AFPFont font, java.lang.String[] names, java.lang.String style, int weight, int num)
private void
AFPFontCollection. checkDefaultFontAvailable(FontInfo fontInfo, java.lang.String style, int weight)
int
AFPBase12FontCollection. setup(int start, FontInfo fontInfo)
Sets up fonts in a font info object.int
AFPFontCollection. setup(int start, FontInfo fontInfo)
Sets up fonts in a font info object. -
Uses of FontInfo in org.apache.fop.afp.svg
Fields in org.apache.fop.afp.svg declared as FontInfo Modifier and Type Field Description private FontInfo
AFPFontFamilyResolver. fontInfo
private FontInfo
AFPTextHandler. fontInfo
Font informationMethods in org.apache.fop.afp.svg that return FontInfo Modifier and Type Method Description FontInfo
AFPTextHandler. 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, 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, AFPGraphics2D g2d, EventBroadcaster eventBroadCaster)
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, EventBroadcaster eventBroadCaster)
Constructs a new bridge context.AFPFontFamilyResolver(FontInfo fontInfo, 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 FontInfo
FOEventHandler. fontInfo
The Font information relevant for this documentMethods in org.apache.fop.fo that return FontInfo Modifier and Type Method Description FontInfo
DelegatingFOEventHandler. getFontInfo()
FontInfo
FOEventHandler. 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 ofFontTriplets
based 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 private static void
FontSetup. addConfiguredFonts(FontInfo fontInfo, java.util.List<EmbedFontInfo> embedFontInfoList, int num, InternalResourceResolver resourceResolver, boolean base14Kerning)
Add fonts from configuration file starting with internal name F. int
CustomFontCollection. setup(int num, FontInfo fontInfo)
Sets up fonts in a font info object.int
FontCollection. setup(int start, FontInfo fontInfo)
Sets up fonts in a font info object.void
FontManager. setup(FontInfo fontInfo, FontCollection[] fontCollections)
Sets up the fonts on a given FontInfo object.static void
FontSetup. setup(FontInfo fontInfo, boolean base14Kerning)
Sets up a font infostatic void
FontSetup. 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 int
Base14FontCollection. 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 void
FontSubstitutions. adjustFontInfo(FontInfo fontInfo)
Adjusts a given fontInfo using this font substitution catalogprotected FontTriplet
FontQualifier. 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.image.loader.batik
Constructors in org.apache.fop.image.loader.batik with parameters of type FontInfo Constructor Description GenericFOPBridgeContext(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.GenericFOPBridgeContext(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.GenericFOPBridgeContext(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. -
Uses of FontInfo in org.apache.fop.pdf
Methods in org.apache.fop.pdf with parameters of type FontInfo Modifier and Type Method Description void
PDFResources. 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 FontInfo
PrintRenderer. fontInfo
Font configurationMethods in org.apache.fop.render that return FontInfo Modifier and Type Method Description FontInfo
PrintRenderer. getFontInfo()
Methods in org.apache.fop.render with parameters of type FontInfo Modifier and Type Method Description abstract void
AbstractRenderer. setupFontInfo(FontInfo fontInfo)
Set up the given FontInfo.void
PrintRenderer. setupFontInfo(FontInfo inFontInfo)
Set up the given FontInfo.void
PrintRendererConfigurator. setupFontInfo(java.lang.String mimeType, FontInfo fontInfo)
Sets up theFontInfo
object for the IFDocumentHandler.void
Renderer. setupFontInfo(FontInfo fontInfo)
Set up the given FontInfo. -
Uses of FontInfo in org.apache.fop.render.afp
Fields in org.apache.fop.render.afp declared as FontInfo Modifier and Type Field Description private FontInfo
AFPInfo. fontInfo
see AFP_FONT_INFOprivate FontInfo
AFPRenderingContext. fontInfo
Methods in org.apache.fop.render.afp that return FontInfo Modifier and Type Method Description FontInfo
AFPInfo. getFontInfo()
Return the font infoFontInfo
AFPRenderingContext. getFontInfo()
Returns the font list.Methods in org.apache.fop.render.afp with parameters of type FontInfo Modifier and Type Method Description void
AFPDocumentHandler. setDefaultFontInfo(FontInfo fontInfo)
Sets the default font set (with no custom configuration).protected void
AFPInfo. 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 void
AbstractBitmapDocumentHandler. 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 FontInfo
AbstractBinaryWritingIFDocumentHandler. fontInfo
Font configurationMethods in org.apache.fop.render.intermediate that return FontInfo Modifier and Type Method Description FontInfo
AbstractBinaryWritingIFDocumentHandler. getFontInfo()
Returns the font set to work with.protected FontInfo
AbstractIFPainter. getFontInfo()
FontInfo
IFDocumentHandler. getFontInfo()
Returns the font set to work with.FontInfo
IFSerializer. 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 void
AbstractBinaryWritingIFDocumentHandler. setDefaultFontInfo(FontInfo fontInfo)
Sets the default font set (with no custom configuration).void
IFDocumentHandler. setDefaultFontInfo(FontInfo fontInfo)
Sets the default font set (with no custom configuration).void
IFSerializer. setDefaultFontInfo(FontInfo fontInfo)
Sets the default font set (with no custom configuration).void
AbstractBinaryWritingIFDocumentHandler. setFontInfo(FontInfo fontInfo)
Sets the font set to work with.void
IFDocumentHandler. setFontInfo(FontInfo fontInfo)
Sets the font set to work with.void
IFSerializer. setFontInfo(FontInfo fontInfo)
Sets the font set to work with.void
IFDocumentHandlerConfigurator. setupFontInfo(java.lang.String mimeType, FontInfo fontInfo)
Sets up theFontInfo
object for the IFDocumentHandler.void
IFRenderer. setupFontInfo(FontInfo inFontInfo)
Set up the given FontInfo.static void
IFUtil. 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 FontInfo
IFDocumentHandlerProxy. 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 void
IFDocumentHandlerProxy. setDefaultFontInfo(FontInfo fontInfo)
Sets the default font set (with no custom configuration).void
IFDocumentHandlerProxy. 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 private FontInfo
Java2DGraphicsState. fontInfo
Font configuration, passed from AWTRendererprotected FontInfo
Java2DPainter. fontInfo
The font informationprivate FontInfo
Java2DRenderingContext. fontInfo
Methods in org.apache.fop.render.java2d that return FontInfo Modifier and Type Method Description static FontInfo
Java2DUtil. buildDefaultJava2DBasedFontInfo(FontInfo fontInfo, FOUserAgent userAgent)
Builds a defaultFontInfo
object for use with output formats using the Java2D font setup.FontInfo
Java2DDocumentHandler. getFontInfo()
protected FontInfo
Java2DPainter. getFontInfo()
Returns the associatedFontInfo
object.Methods in org.apache.fop.render.java2d with parameters of type FontInfo Modifier and Type Method Description private static void
InstalledFontCollection. addFontMetricsMapper(FontInfo fontInfo, java.lang.String family, java.lang.String fontKey, Java2DFontMetrics java2DFontMetrics, int style)
private static void
InstalledFontCollection. addFontTriplet(FontInfo fontInfo, java.lang.String fontName, java.lang.String fontStyle, int fontWeight, java.lang.String fontKey)
static FontInfo
Java2DUtil. buildDefaultJava2DBasedFontInfo(FontInfo fontInfo, FOUserAgent userAgent)
Builds a defaultFontInfo
object for use with output formats using the Java2D font setup.static java.awt.font.GlyphVector
Java2DUtil. createGlyphVector(java.lang.String text, java.awt.Graphics2D g2d, Font font, FontInfo fontInfo)
Creates an instance ofGlyphVector
that correctly handle surrogate pairs and advanced font features such as GSUB/GPOS/GDEF.private static MultiByteFont
Java2DUtil. getMultiByteFont(java.lang.String fontName, FontInfo fontInfo)
Returns an instance ofMultiByteFont
for the given font name.static void
Java2DRenderer. renderText(TextArea text, java.awt.Graphics2D g2d, Font font, FontInfo fontInfo)
Renders a TextArea to a Graphics2D instance.void
Java2DDocumentHandler. setDefaultFontInfo(FontInfo fontInfo)
void
Java2DDocumentHandler. setFontInfo(FontInfo fontInfo)
int
Base14FontCollection. setup(int start, FontInfo fontInfo)
Sets up fonts in a font info object.int
ConfiguredFontCollection. setup(int start, FontInfo fontInfo)
Sets up fonts in a font info object.int
InstalledFontCollection. setup(int start, FontInfo fontInfo)
Sets up fonts in a font info object.void
Java2DRenderer. 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 void
PCLDocumentHandler. 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 FontInfo
PDFSVGHandler.PDFInfo. fi
see PDF_FONT_INFOprivate FontInfo
PDFRenderingContext. fontInfo
Methods in org.apache.fop.render.pdf that return FontInfo Modifier and Type Method Description FontInfo
PDFRenderingContext. 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 private FontInfo
AbstractPSTranscoder. fontInfo
private FontInfo
FontResourceCache. fontInfo
protected FontInfo
NativeTextHandler. fontInfo
FontInfo containing all available fontsprivate FontInfo
PSGraphics2DAdapter. fontInfo
private FontInfo
PSRenderingContext. fontInfo
private FontInfo
PSSVGHandler.PSInfo. fontInfo
see PS_FONT_INFOprivate FontInfo
ResourceHandler. fontInfo
Methods in org.apache.fop.render.ps that return FontInfo Modifier and Type Method Description FontInfo
NativeTextHandler. getFontInfo()
Return the font information associated with this objectFontInfo
PSRenderingContext. getFontInfo()
Returns the font list.FontInfo
PSSVGHandler.PSInfo. getFontInfo()
Returns the fontInfo.Methods in org.apache.fop.render.ps with parameters of type FontInfo Modifier and Type Method Description static void
PSFontUtils. addFallbackFonts(FontInfo fontInfo, org.apache.xmlgraphics.java2d.GeneralGraphics2DImagePainter painter)
private org.apache.xmlgraphics.ps.FormGenerator
PSImageHandlerGraphics2D. buildFormGenerator(int psLanguageLevel, PSImageFormResource form, org.apache.xmlgraphics.image.loader.ImageInfo info, org.apache.xmlgraphics.image.loader.impl.ImageGraphics2D imageG2D, FontInfo fontInfo)
static java.util.Map
PSFontUtils. 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.private static Typeface
PSFontUtils. getTypeFace(FontInfo fontInfo, java.util.Map<java.lang.String,Typeface> fonts, java.lang.String key)
protected void
PSImageHandlerGraphics2D.EPSFormGenerator. paintImageG2D(org.apache.xmlgraphics.image.loader.impl.ImageGraphics2D imageG2D, java.awt.geom.Dimension2D dimensionsMpt, org.apache.xmlgraphics.ps.PSGenerator gen, FontInfo fontInfo)
void
PSSVGHandler.PSInfo. setFontInfo(FontInfo fontInfo)
Sets the fontInfo.static java.util.Map
PSFontUtils. writeFontDict(org.apache.xmlgraphics.ps.PSGenerator gen, FontInfo fontInfo)
Generates the PostScript code for the font dictionary.private static java.util.Map
PSFontUtils. writeFontDict(org.apache.xmlgraphics.ps.PSGenerator gen, FontInfo fontInfo, java.util.Map<java.lang.String,Typeface> fonts, boolean encodeAllCharacters, PSEventProducer eventProducer)
Generates the PostScript code for the font dictionary.static java.util.Map
PSFontUtils. 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.Map
PSFontUtils. 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 FontResourceCache(FontInfo fontInfo)
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.PSFlowExtTextPainter(FontInfo fontInfo)
Main constructorPSFlowTextPainter(FontInfo fontInfo)
Main constructorPSGraphics2DAdapter(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.svg
Fields in org.apache.fop.render.svg declared as FontInfo Modifier and Type Field Description protected FontInfo
AbstractSVGDocumentHandler. fontInfo
Font configurationMethods in org.apache.fop.render.svg that return FontInfo Modifier and Type Method Description FontInfo
AbstractSVGDocumentHandler. getFontInfo()
Returns the font set to work with.Methods in org.apache.fop.render.svg with parameters of type FontInfo Modifier and Type Method Description void
AbstractSVGDocumentHandler. setDefaultFontInfo(FontInfo fontInfo)
Sets the default font set (with no custom configuration).void
AbstractSVGDocumentHandler. setFontInfo(FontInfo fontInfo)
Sets the font set to work with. -
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 void
XMLRenderer. 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 FontInfo
AbstractFOPBridgeContext. fontInfo
the font listprotected FontInfo
NativeTextPainter. fontInfo
the font collectionprotected FontInfo
PDFGraphics2D. fontInfo
The current font information.private FontInfo
PDFTextUtil. fontInfo
Methods in org.apache.fop.svg that return FontInfo Modifier and Type Method Description static FontInfo
PDFDocumentGraphics2DConfigurator. createFontInfo(Configuration cfg, boolean useComplexScriptFeatures)
Creates theFontInfo
instance for the given configuration.FontInfo
FOPTextHandler. getFontInfo()
FontInfo
PDFDocumentGraphics2D. 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'sFontInfo
instance for fonts used by Apache Batik.void
PDFDocumentGraphics2D. 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.PDFTextPainter(FontInfo fi)
Create a new PDF text painter with the given font information.PDFTextUtil(FontInfo fontInfo)
Main constructor. -
Uses of FontInfo in org.apache.fop.svg.font
Fields in org.apache.fop.svg.font declared as FontInfo Modifier and Type Field Description private FontInfo
FOPFontFamilyResolverImpl. fontInfo
private FontInfo
FOPGVTFontFamily. fontInfo
Methods in org.apache.fop.svg.font that return FontInfo Modifier and Type Method Description FontInfo
FOPGVTFont. getFontInfo()
FontInfo
FOPGVTFontFamily. 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)
-
Uses of FontInfo in org.apache.fop.tools.fontlist
Methods in org.apache.fop.tools.fontlist that return FontInfo Modifier and Type Method Description private FontInfo
FontListGenerator. setupFonts(FopFactory fopFactory, java.lang.String mime, FontEventListener listener)
Methods in org.apache.fop.tools.fontlist with parameters of type FontInfo Modifier and Type Method Description private java.util.SortedMap
FontListGenerator. buildFamilyMap(FontInfo fontInfo)
-