Uses of Class
org.docx4j.fonts.fop.apps.FOPException
Packages that use FOPException
Package
Description
Classes for font handling.
Font substitution facilities.
-
Uses of FOPException in org.docx4j.fonts.fop.fonts
Methods in org.docx4j.fonts.fop.fonts that throw FOPExceptionModifier and TypeMethodDescriptionvoidFontManager.autoDetectFonts(boolean autoDetectFonts, FontAdder fontAdder, boolean strict, FontEventListener listener, List<EmbedFontInfo> fontInfoList) Detect fonts from the operating system via FOPs autodetect mechanism.DefaultFontConfigurator.configure(FontConfig fontInfoConfig) Initializes font info settings from the user configurationFontConfigurator.configure(FontConfig fontInfoConfig) Initializes font info settings from the user configurationvoidFontManagerConfigurator.configure(FontManager fontManager, boolean strict) Initializes font settings from the user configurationstatic FontTriplet.MatcherFontManagerConfigurator.createFontsMatcher(List<String> fontFamilies, boolean strict) Creates a font triplet matcher from a configuration object.static FontTriplet.MatcherFontManagerConfigurator.createFontsMatcher(Configuration cfg, boolean strict) Creates a font triplet matcher from a configuration object.voidFontCacheManager.delete()Deletes the font cache from the file-system.voidFontManager.deleteCache()Deletes the current FontCache filevoidFontDetector.detect(FontManager fontManager, FontAdder fontAdder, boolean strict, FontEventListener eventListener, List<EmbedFontInfo> fontInfoList) DefaultFontConfig.DefaultFontConfigParser.parse(Configuration cfg, boolean strict) Parses the font configuration and return the configuration object.DefaultFontConfig.DefaultFontConfigParser.parse(Configuration cfg, boolean strict, FontEventAdapter eventAdapter) 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.voidFontCache.save()Deprecated.voidFontCacheManager.save()Serializes the font cache to file.voidFontManager.saveCache()Saves the FontCache as necessaryvoidWrites the font cache to disk.Constructors in org.docx4j.fonts.fop.fonts that throw FOPExceptionModifierConstructorDescriptionXMLFontMetricsReader(InputSource source, InternalResourceResolver resourceResolver) Deprecated.Construct a XMLFontMetricsReader object from a path to a metric.xml file and read metric data -
Uses of FOPException in org.docx4j.fonts.fop.fonts.substitute
Methods in org.docx4j.fonts.fop.fonts.substitute that throw FOPExceptionModifier and TypeMethodDescriptionvoidFontSubstitutionsConfigurator.configure(FontSubstitutions substitutions) Configures a font substitution catalog -
Uses of FOPException in org.docx4j.fonts.fop.util
Methods in org.docx4j.fonts.fop.util that throw FOPExceptionModifier and TypeMethodDescriptionstatic voidLogUtil.handleError(org.slf4j.Logger log, String errorStr, boolean strict) Convenience method that handles any error appropriatelystatic voidLogUtil.handleException(org.slf4j.Logger log, Exception e, boolean strict) Convenience method that handles any error appropriately
FontCache.saveTo(File)instead