Uses of Class
com.itextpdf.text.pdf.FontDetails
-
Packages that use FontDetails Package Description com.itextpdf.text.pdf -
-
Uses of FontDetails in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as FontDetails Modifier and Type Field Description (package private) FontDetails
PdfContentByte.GraphicState. fontDetails
This is the font in useFields in com.itextpdf.text.pdf with type parameters of type FontDetails Modifier and Type Field Description protected java.util.LinkedHashMap<BaseFont,FontDetails>
PdfWriter. documentFonts
The fonts of this documentMethods in com.itextpdf.text.pdf that return FontDetails Modifier and Type Method Description (package private) FontDetails
PdfWriter. addSimple(BaseFont bf)
Adds aBaseFont
to the document but not to the page resources.
-