Uses of Class
com.openhtmltopdf.pdfboxout.PDFontSupplier
Packages that use PDFontSupplier
-
Uses of PDFontSupplier in com.openhtmltopdf.pdfboxout
Methods in com.openhtmltopdf.pdfboxout with parameters of type PDFontSupplierModifier and TypeMethodDescriptionvoid
PdfBoxFontResolver.addFont
(PDFontSupplier supplier, String fontFamilyNameOverride, Integer fontWeightOverride, IdentValue fontStyleOverride, boolean subset) Deprecated.void
PdfBoxFontResolver.addFont
(PDFontSupplier supplier, String fontFamilyNameOverride, Integer fontWeightOverride, IdentValue fontStyleOverride, boolean subset, PdfBoxFontResolver.FontGroup fontGroup) Add a font specified by a PDFontSupplier to a specific font group.PdfRendererBuilder.useFont
(PDFontSupplier supplier, String fontFamily) Simpler overload forPdfRendererBuilder.useFont(PDFontSupplier, String, Integer, FontStyle, boolean)
PdfRendererBuilder.useFont
(PDFontSupplier supplier, String fontFamily, Integer fontWeight, BaseRendererBuilder.FontStyle fontStyle, boolean subset) LikeBaseRendererBuilder.useFont(FSSupplier, String, Integer, FontStyle, boolean)
but allows to supply a PDFont directly. -
Uses of PDFontSupplier in com.openhtmltopdf.pdfboxout.fontstore
Methods in com.openhtmltopdf.pdfboxout.fontstore with parameters of type PDFontSupplierModifier and TypeMethodDescriptionvoid
FallbackFontStore.addFont
(PDFontSupplier supplier, String fontFamilyNameOverride, Integer fontWeightOverride, IdentValue fontStyleOverride, boolean subset) void
MainFontStore.addFont
(PDFontSupplier supplier, String fontFamilyNameOverride, Integer fontWeightOverride, IdentValue fontStyleOverride, boolean subset)
PdfBoxFontResolver.addFont(PDFontSupplier, String, Integer, IdentValue, boolean, FontGroup)