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 void
DefaultFontConfigurator. addDirectories(DefaultFontConfig fontInfoConfig, FontAdder fontAdder, java.util.List<EmbedFontInfo> fontInfoList)
void
FontManager. autoDetectFonts(boolean autoDetectFonts, FontAdder fontAdder, boolean strict, FontEventListener listener, java.util.List<EmbedFontInfo> fontInfoList)
Detect fonts from the operating system via FOPs autodetect mechanism.void
FontDetector. detect(FontManager fontManager, FontAdder fontAdder, boolean strict, FontEventListener eventListener, java.util.List<EmbedFontInfo> fontInfoList)
void
FontDetectorFactory.DefaultFontDetector. detect(FontManager fontManager, FontAdder fontAdder, boolean strict, FontEventListener eventListener, java.util.List<EmbedFontInfo> fontInfoList)
Detect installed fonts on the systemvoid
FontDetectorFactory.DisabledFontDetector. detect(FontManager fontManager, FontAdder fontAdder, boolean strict, FontEventListener eventListener, java.util.List<EmbedFontInfo> fontInfoList)
-