Uses of Class
org.apache.fop.fonts.FontAdder
-
Packages that use FontAdder Package Description org.apache.fop.fonts Classes for font handling. -
-
Uses of FontAdder in org.apache.fop.fonts
Methods in org.apache.fop.fonts with parameters of type FontAdder Modifier and Type Method Description private voidDefaultFontConfigurator. addDirectories(DefaultFontConfig fontInfoConfig, FontAdder fontAdder, java.util.List<EmbedFontInfo> fontInfoList)voidFontManager. autoDetectFonts(boolean autoDetectFonts, FontAdder fontAdder, boolean strict, FontEventListener listener, java.util.List<EmbedFontInfo> fontInfoList)Detect fonts from the operating system via FOPs autodetect mechanism.voidFontDetector. 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)
-