Uses of Class
com.itextpdf.text.pdf.PdfFont
-
Packages that use PdfFont Package Description com.itextpdf.text.pdf -
-
Uses of PdfFont in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as PdfFont Modifier and Type Field Description protected PdfFont
PdfChunk. font
The font for thisPdfChunk
.Methods in com.itextpdf.text.pdf that return PdfFont Modifier and Type Method Description (package private) PdfFont
PdfChunk. font()
Returns the font of thisChunk
.(package private) static PdfFont
PdfFont. getDefaultFont()
Methods in com.itextpdf.text.pdf with parameters of type PdfFont Modifier and Type Method Description int
PdfFont. compareTo(PdfFont pdfFont)
Compares thisPdfFont
with another
-