Uses of Class
com.openhtmltopdf.pdfboxout.PdfBoxFontResolver.FontDescription
-
Packages that use PdfBoxFontResolver.FontDescription Package Description com.openhtmltopdf.pdfboxout -
-
Uses of PdfBoxFontResolver.FontDescription in com.openhtmltopdf.pdfboxout
Methods in com.openhtmltopdf.pdfboxout that return types with arguments of type PdfBoxFontResolver.FontDescription Modifier and Type Method Description List<PdfBoxFontResolver.FontDescription>PdfBoxFSFont. getFontDescription()Methods in com.openhtmltopdf.pdfboxout with parameters of type PdfBoxFontResolver.FontDescription Modifier and Type Method Description voidPdfBoxFastOutputDevice. drawStringFast(String s, float x, float y, com.openhtmltopdf.render.JustificationInfo info, PdfBoxFontResolver.FontDescription desc, float fontSize)voidPdfBoxOutputDevice. drawStringFast(String s, float x, float y, com.openhtmltopdf.render.JustificationInfo info, PdfBoxFontResolver.FontDescription desc, float fontSize)voidPdfBoxSlowOutputDevice. drawStringFast(String s, float x, float y, com.openhtmltopdf.render.JustificationInfo info, PdfBoxFontResolver.FontDescription desc, float fontSize)Constructor parameters in com.openhtmltopdf.pdfboxout with type arguments of type PdfBoxFontResolver.FontDescription Constructor Description PdfBoxFSFont(List<PdfBoxFontResolver.FontDescription> fonts, float size)
-