Uses of Interface
org.apache.fop.fonts.FontConfigurator
-
Packages that use FontConfigurator Package Description org.apache.fop.fonts Classes for font handling.org.apache.fop.render Generic renderer interface. -
-
Uses of FontConfigurator in org.apache.fop.fonts
Classes in org.apache.fop.fonts that implement FontConfigurator Modifier and Type Class Description class
DefaultFontConfigurator
The default configurator for fonts. -
Uses of FontConfigurator in org.apache.fop.render
Fields in org.apache.fop.render declared as FontConfigurator Modifier and Type Field Description private FontConfigurator<EmbedFontInfo>
PrintRendererConfigurator. fontInfoConfigurator
Constructors in org.apache.fop.render with parameters of type FontConfigurator Constructor Description PrintRendererConfigurator(FOUserAgent userAgent, RendererConfig.RendererConfigParser rendererConfigParser, FontConfigurator<EmbedFontInfo> fontInfoConfigurator)
Default constructor
-