Uses of Enum Class
com.openhtmltopdf.outputdevice.helper.BaseRendererBuilder.FontStyle
Packages that use BaseRendererBuilder.FontStyle
Package
Description
-
Uses of BaseRendererBuilder.FontStyle in com.openhtmltopdf.extend
Methods in com.openhtmltopdf.extend with parameters of type BaseRendererBuilder.FontStyleModifier and TypeMethodDescriptionvoid
SVGDrawer.addFontFile
(File fontFile, String family, Integer weight, BaseRendererBuilder.FontStyle style) -
Uses of BaseRendererBuilder.FontStyle in com.openhtmltopdf.outputdevice.helper
Fields in com.openhtmltopdf.outputdevice.helper declared as BaseRendererBuilder.FontStyleMethods in com.openhtmltopdf.outputdevice.helper that return BaseRendererBuilder.FontStyleModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static BaseRendererBuilder.FontStyle[]
BaseRendererBuilder.FontStyle.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openhtmltopdf.outputdevice.helper with parameters of type BaseRendererBuilder.FontStyleModifier and TypeMethodDescriptionBaseRendererBuilder.useFont
(FSSupplier<InputStream> supplier, String fontFamily, Integer fontWeight, BaseRendererBuilder.FontStyle fontStyle, boolean subset) Add a font programmatically.BaseRendererBuilder.useFont
(FSSupplier<InputStream> supplier, String fontFamily, Integer fontWeight, BaseRendererBuilder.FontStyle fontStyle, boolean subset, Set<BaseRendererBuilder.FSFontUseCase> useFontFlags) Add a font programmatically.BaseRendererBuilder.useFont
(File fontFile, String fontFamily, Integer fontWeight, BaseRendererBuilder.FontStyle fontStyle, boolean subset) Allows the user to provide a font file for use by the main document only (not SVGs).BaseRendererBuilder.useFont
(File fontFile, String fontFamily, Integer fontWeight, BaseRendererBuilder.FontStyle fontStyle, boolean subset, Set<BaseRendererBuilder.FSFontUseCase> fontUsedFor) Allows the user to provide a font file for use any or all of the use cases listed inBaseRendererBuilder.FSFontUseCase
such as main document, SVGs, etc.Constructors in com.openhtmltopdf.outputdevice.helper with parameters of type BaseRendererBuilder.FontStyleModifierConstructorDescriptionAddedFont
(FSSupplier<InputStream> supplier, File fontFile, Integer weight, String family, boolean subset, BaseRendererBuilder.FontStyle style, Set<BaseRendererBuilder.FSFontUseCase> usedFor) AddedFont
(Object pdfontSupplier, Integer weight, String family, boolean subset, BaseRendererBuilder.FontStyle style, Set<BaseRendererBuilder.FSFontUseCase> usedFor) -
Uses of BaseRendererBuilder.FontStyle in com.openhtmltopdf.pdfboxout
Methods in com.openhtmltopdf.pdfboxout with parameters of type BaseRendererBuilder.FontStyleModifier and TypeMethodDescriptionPdfRendererBuilder.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 BaseRendererBuilder.FontStyle in com.openhtmltopdf.svgsupport
Methods in com.openhtmltopdf.svgsupport with parameters of type BaseRendererBuilder.FontStyleModifier and TypeMethodDescriptionvoid
BatikSVGDrawer.addFontFile
(File fontFile, String family, Integer weight, BaseRendererBuilder.FontStyle style) void
PDFTranscoder.OpenHtmlFontResolver.addFontFile
(File fontFile, String family, Integer weight, BaseRendererBuilder.FontStyle style) private Float
PDFTranscoder.OpenHtmlFontResolver.getStyle
(BaseRendererBuilder.FontStyle style)