Uses of Interface
com.scroogexhtml.fonts.FontReplacing
-
Packages that use FontReplacing Package Description com.scroogexhtml.converter Provides the main converter classes.com.scroogexhtml.fonts Provides classes for font substitution, font statistics. -
-
Uses of FontReplacing in com.scroogexhtml.converter
Methods in com.scroogexhtml.converter that return FontReplacing Modifier and Type Method Description FontReplacing
ScroogeXHTMLBase. getFontReplacing()
Methods in com.scroogexhtml.converter with parameters of type FontReplacing Modifier and Type Method Description void
ScroogeXHTMLBase. setFontReplacing(FontReplacing fontReplacing)
Sets the FontReplacing object. -
Uses of FontReplacing in com.scroogexhtml.fonts
Classes in com.scroogexhtml.fonts that implement FontReplacing Modifier and Type Class Description class
DefaultFontReplacer
A default implementation of the FontReplacing interface.
-