Uses of Enum Class
com.openhtmltopdf.pdfboxout.PdfBoxFontResolver.FontGroup
Packages that use PdfBoxFontResolver.FontGroup
-
Uses of PdfBoxFontResolver.FontGroup in com.openhtmltopdf.pdfboxout
Subclasses with type arguments of type PdfBoxFontResolver.FontGroup in com.openhtmltopdf.pdfboxoutMethods in com.openhtmltopdf.pdfboxout that return PdfBoxFontResolver.FontGroupModifier and TypeMethodDescriptionstatic PdfBoxFontResolver.FontGroupReturns the enum constant of this class with the specified name.static PdfBoxFontResolver.FontGroup[]PdfBoxFontResolver.FontGroup.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openhtmltopdf.pdfboxout with parameters of type PdfBoxFontResolver.FontGroupModifier and TypeMethodDescriptionvoidPdfBoxFontResolver.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 directoryprivate FallbackFontStorePdfBoxFontResolver.getFallbackFontStore(PdfBoxFontResolver.FontGroup fontGroup)