Uses of Class
com.openhtmltopdf.pdfboxout.PdfBoxFontResolver.FontGroup
-
Packages that use PdfBoxFontResolver.FontGroup Package Description com.openhtmltopdf.pdfboxout -
-
Uses of PdfBoxFontResolver.FontGroup in com.openhtmltopdf.pdfboxout
Methods in com.openhtmltopdf.pdfboxout that return PdfBoxFontResolver.FontGroup Modifier and Type Method Description static PdfBoxFontResolver.FontGroupPdfBoxFontResolver.FontGroup. valueOf(String name)Returns the enum constant of this type with the specified name.static PdfBoxFontResolver.FontGroup[]PdfBoxFontResolver.FontGroup. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openhtmltopdf.pdfboxout with parameters of type PdfBoxFontResolver.FontGroup Modifier and Type Method Description voidPdfBoxFontResolver. addFont(FSSupplier<InputStream> supplier, String fontFamilyNameOverride, Integer fontWeightOverride, IdentValue fontStyleOverride, boolean subset, PdfBoxFontResolver.FontGroup fontGroup)Adds a font specified by an input stream (truetype) to a specific font group.voidPdfBoxFontResolver. 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.voidPdfBoxFontResolver. addFont(File fontFile, String fontFamilyNameOverride, Integer fontWeightOverride, IdentValue fontStyleOverride, boolean subset, PdfBoxFontResolver.FontGroup fontGroup)Add a font file (truetype) to a specific font group.voidPdfBoxFontResolver. addFontCollection(FSSupplier<InputStream> supplier, String fontFamilyNameOverride, Integer fontWeightOverride, IdentValue fontStyleOverride, boolean subset, PdfBoxFontResolver.FontGroup fontGroup)Adds a font collection (.ttc in an input stream) to a specific font group.voidPdfBoxFontResolver. addFontCollection(File file, String fontFamilyNameOverride, Integer fontWeightOverride, IdentValue fontStyleOverride, boolean subset, PdfBoxFontResolver.FontGroup fontGroup)Adds a font collection (.ttc file) to a specific group.voidPdfBoxFontResolver. addFontDirectory(String dir, boolean embedded, PdfBoxFontResolver.FontGroup fontGroup)Add all fonts in the given directory
-