Uses of Enum Class
com.openhtmltopdf.pdfboxout.PdfBoxFontResolver.FontGroup
Packages that use PdfBoxFontResolver.FontGroup
-
Uses of PdfBoxFontResolver.FontGroup in com.openhtmltopdf.pdfboxout
Methods in com.openhtmltopdf.pdfboxout that return PdfBoxFontResolver.FontGroupModifier and TypeMethodDescriptionstatic PdfBoxFontResolver.FontGroup
Returns 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 TypeMethodDescriptionvoid
PdfBoxFontResolver.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.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.void
PdfBoxFontResolver.addFont
(File fontFile, String fontFamilyNameOverride, Integer fontWeightOverride, IdentValue fontStyleOverride, boolean subset, PdfBoxFontResolver.FontGroup fontGroup) Add a font file (truetype) to a specific font group.void
PdfBoxFontResolver.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.void
PdfBoxFontResolver.addFontCollection
(File file, String fontFamilyNameOverride, Integer fontWeightOverride, IdentValue fontStyleOverride, boolean subset, PdfBoxFontResolver.FontGroup fontGroup) Adds a font collection (.ttc file) to a specific group.void
PdfBoxFontResolver.addFontDirectory
(String dir, boolean embedded, PdfBoxFontResolver.FontGroup fontGroup) Add all fonts in the given directoryprivate FallbackFontStore
PdfBoxFontResolver.getFallbackFontStore
(PdfBoxFontResolver.FontGroup fontGroup)