Uses of Class
org.apache.fop.fonts.FontManager
Packages that use FontManager
Package
Description
Application classes used for running FOP embedded in other applications.
Classes for font handling.
An AFP Renderer implementation and supporting classes.
-
Uses of FontManager in org.apache.fop.apps
Fields in org.apache.fop.apps declared as FontManagerModifier and TypeFieldDescriptionprivate final FontManagerEnvironmentalProfileFactory.Profile.fontManagerMethods in org.apache.fop.apps that return FontManagerModifier and TypeMethodDescriptionprivate static FontManagerEnvironmentalProfileFactory.createFontManager(URI defaultBaseUri, org.apache.xmlgraphics.io.ResourceResolver resourceResolver, FontDetector fontDetector, FontCacheManager fontCacheManager) EnvironmentalProfileFactory.Profile.getFontManager()EnvironmentProfile.getFontManager()Returns the font manager with restrictions/allowances set for this environment.FopFactory.getFontManager()FopFactoryBuilder.FopFactoryConfigImpl.getFontManager()Returns the font manager.FopFactoryBuilder.getFontManager()Returns theFontManagerused for managing the fonts within FOP.FopFactoryConfig.getFontManager()Returns the font manager.FOUserAgent.getFontManager()Constructors in org.apache.fop.apps with parameters of type FontManagerModifierConstructorDescriptionprivateProfile(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 FontManagerModifier and TypeFieldDescriptionprivate final FontManagerDefaultFontConfigurator.fontManagerprivate final FontManagerFontAdder.managerMethods in org.apache.fop.fonts with parameters of type FontManagerModifier and TypeMethodDescriptionvoidFontManagerConfigurator.configure(FontManager fontManager, boolean strict) Initializes font settings from the user configurationvoidFontDetector.detect(FontManager fontManager, FontAdder fontAdder, boolean strict, FontEventListener eventListener, List<EmbedFontInfo> fontInfoList) voidFontDetectorFactory.DefaultFontDetector.detect(FontManager fontManager, FontAdder fontAdder, boolean strict, FontEventListener eventListener, List<EmbedFontInfo> fontInfoList) Detect installed fonts on the systemvoidFontDetectorFactory.DisabledFontDetector.detect(FontManager fontManager, FontAdder fontAdder, boolean strict, FontEventListener eventListener, List<EmbedFontInfo> fontInfoList) DefaultFontConfig.DefaultFontConfigParser.parse(Configuration cfg, FontManager fontManager, boolean strict, EventProducer eventProducer) Parse the font configuration and return an object containing all the necessary data.FontConfig.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 FontManagerModifierConstructorDescriptionDefaultFontConfigurator(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 FontManagerModifier and TypeMethodDescriptionAFPFontConfig.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 FontManagerModifierConstructorDescriptionprivateParserHelper(Configuration cfg, FontManager fontManager, boolean strict, AFPEventProducer eventProducer) privateParserHelper(Configuration cfg, FontManager fontManager, boolean strict, AFPEventProducer eventProducer)