Uses of Class
org.apache.fop.fonts.FontManager
-
Packages that use FontManager Package Description org.apache.fop.apps Application classes used for running FOP embedded in other applications.org.apache.fop.fonts Classes for font handling.org.apache.fop.render.afp An AFP Renderer implementation and supporting classes. -
-
Uses of FontManager in org.apache.fop.apps
Fields in org.apache.fop.apps declared as FontManager Modifier and Type Field Description private FontManagerEnvironmentalProfileFactory.Profile. fontManagerMethods in org.apache.fop.apps that return FontManager Modifier and Type Method Description private static FontManagerEnvironmentalProfileFactory. createFontManager(java.net.URI defaultBaseUri, org.apache.xmlgraphics.io.ResourceResolver resourceResolver, FontDetector fontDetector, FontCacheManager fontCacheManager)FontManagerEnvironmentalProfileFactory.Profile. getFontManager()FontManagerEnvironmentProfile. getFontManager()Returns the font manager with restrictions/allowances set for this environment.FontManagerFopFactory. getFontManager()FontManagerFopFactoryBuilder.FopFactoryConfigImpl. getFontManager()Returns the font manager.FontManagerFopFactoryBuilder. getFontManager()Returns theFontManagerused for managing the fonts within FOP.FontManagerFopFactoryConfig. getFontManager()Returns the font manager.FontManagerFOUserAgent. getFontManager()Constructors in org.apache.fop.apps with parameters of type FontManager Constructor Description Profile(java.net.URI defaultBaseURI, org.apache.xmlgraphics.io.ResourceResolver resourceResolver, FontManager fontManager, org.apache.xmlgraphics.image.loader.impl.AbstractImageSessionContext.FallbackResolver fallbackResolver) -
Uses of FontManager in org.apache.fop.fonts
Fields in org.apache.fop.fonts declared as FontManager Modifier and Type Field Description private FontManagerDefaultFontConfigurator. fontManagerprivate FontManagerFontAdder. managerMethods in org.apache.fop.fonts with parameters of type FontManager Modifier and Type Method Description voidFontManagerConfigurator. configure(FontManager fontManager, boolean strict)Initializes font settings from the user configurationvoidFontDetector. detect(FontManager fontManager, FontAdder fontAdder, boolean strict, FontEventListener eventListener, java.util.List<EmbedFontInfo> fontInfoList)voidFontDetectorFactory.DefaultFontDetector. detect(FontManager fontManager, FontAdder fontAdder, boolean strict, FontEventListener eventListener, java.util.List<EmbedFontInfo> fontInfoList)Detect installed fonts on the systemvoidFontDetectorFactory.DisabledFontDetector. detect(FontManager fontManager, FontAdder fontAdder, boolean strict, FontEventListener eventListener, java.util.List<EmbedFontInfo> fontInfoList)FontConfigDefaultFontConfig.DefaultFontConfigParser. parse(Configuration cfg, FontManager fontManager, boolean strict, EventProducer eventProducer)Parse the font configuration and return an object containing all the necessary data.FontConfigFontConfig.FontConfigParser. parse(Configuration cfg, FontManager fontManager, boolean strict, EventProducer eventProducer)Parse the font configuration and return an object containing all the necessary data.Constructors in org.apache.fop.fonts with parameters of type FontManager Constructor Description DefaultFontConfigurator(FontManager fontManager, FontEventListener listener, boolean strict)Main constructorFontAdder(FontManager manager, InternalResourceResolver resourceResolver, FontEventListener listener)Main constructor -
Uses of FontManager in org.apache.fop.render.afp
Methods in org.apache.fop.render.afp with parameters of type FontManager Modifier and Type Method Description AFPFontConfigAFPFontConfig.AFPFontInfoConfigParser. parse(Configuration cfg, FontManager fontManager, boolean strict, EventProducer eventProducer)Parse the font configuration and return an object containing all the necessary data.Constructors in org.apache.fop.render.afp with parameters of type FontManager Constructor Description ParserHelper(Configuration cfg, FontManager fontManager, boolean strict, AFPEventProducer eventProducer)ParserHelper(Configuration cfg, FontManager fontManager, boolean strict, AFPEventProducer eventProducer)
-