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.
-
Uses of FontManager in org.apache.fop.apps
Methods in org.apache.fop.apps that return FontManagerModifier and TypeMethodDescriptionEnvironmentProfile.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() -
Uses of FontManager in org.apache.fop.fonts
Methods 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) 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