Uses of Interface
com.lowagie.text.FontProvider
-
Packages that use FontProvider Package Description com.lowagie.text com.lowagie.text.html.simpleparser -
-
Uses of FontProvider in com.lowagie.text
Classes in com.lowagie.text that implement FontProvider Modifier and Type Class Description class
FontFactoryImp
If you are using True Type fonts, you can declare the paths of the different ttf- and ttc-files to this class first and then create fonts in your code using one of the getFont method without having to enter a path as parameter. -
Uses of FontProvider in com.lowagie.text.html.simpleparser
Fields in com.lowagie.text.html.simpleparser declared as FontProvider Modifier and Type Field Description private FontProvider
FactoryProperties. fontImp
Methods in com.lowagie.text.html.simpleparser that return FontProvider Modifier and Type Method Description FontProvider
FactoryProperties. getFontImp()
Methods in com.lowagie.text.html.simpleparser with parameters of type FontProvider Modifier and Type Method Description void
FactoryProperties. setFontImp(FontProvider fontImp)
-