Uses of Interface
com.itextpdf.text.FontProvider
-
Packages that use FontProvider Package Description com.itextpdf.text com.itextpdf.text.html.simpleparser -
-
Uses of FontProvider in com.itextpdf.text
Classes in com.itextpdf.text that implement FontProvider Modifier and Type Class Description classFontFactoryImpIf 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.itextpdf.text.html.simpleparser
Methods in com.itextpdf.text.html.simpleparser that return FontProvider Modifier and Type Method Description FontProviderFactoryProperties. getFontImp()Methods in com.itextpdf.text.html.simpleparser with parameters of type FontProvider Modifier and Type Method Description voidFactoryProperties. setFontImp(FontProvider fontImp)
-