Uses of Class
com.openhtmltopdf.outputdevice.helper.BaseRendererBuilder.FontStyle
-
Packages that use BaseRendererBuilder.FontStyle Package Description com.openhtmltopdf.extend com.openhtmltopdf.outputdevice.helper com.openhtmltopdf.pdfboxout com.openhtmltopdf.svgsupport -
-
Uses of BaseRendererBuilder.FontStyle in com.openhtmltopdf.extend
Methods in com.openhtmltopdf.extend with parameters of type BaseRendererBuilder.FontStyle Modifier and Type Method Description void
SVGDrawer. addFontFile(java.io.File fontFile, java.lang.String family, java.lang.Integer weight, BaseRendererBuilder.FontStyle style)
-
Uses of BaseRendererBuilder.FontStyle in com.openhtmltopdf.outputdevice.helper
Fields in com.openhtmltopdf.outputdevice.helper declared as BaseRendererBuilder.FontStyle Modifier and Type Field Description BaseRendererBuilder.FontStyle
AddedFont. style
Methods in com.openhtmltopdf.outputdevice.helper that return BaseRendererBuilder.FontStyle Modifier and Type Method Description static BaseRendererBuilder.FontStyle
BaseRendererBuilder.FontStyle. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BaseRendererBuilder.FontStyle[]
BaseRendererBuilder.FontStyle. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openhtmltopdf.outputdevice.helper with parameters of type BaseRendererBuilder.FontStyle Modifier and Type Method Description TFinalClass
BaseRendererBuilder. useFont(FSSupplier<java.io.InputStream> supplier, java.lang.String fontFamily, java.lang.Integer fontWeight, BaseRendererBuilder.FontStyle fontStyle, boolean subset)
Add a font programmatically.TFinalClass
BaseRendererBuilder. useFont(FSSupplier<java.io.InputStream> supplier, java.lang.String fontFamily, java.lang.Integer fontWeight, BaseRendererBuilder.FontStyle fontStyle, boolean subset, java.util.Set<BaseRendererBuilder.FSFontUseCase> useFontFlags)
Add a font programmatically.TFinalClass
BaseRendererBuilder. useFont(java.io.File fontFile, java.lang.String fontFamily, java.lang.Integer fontWeight, BaseRendererBuilder.FontStyle fontStyle, boolean subset)
Allows the user to provide a font file for use by the main document only (not SVGs).TFinalClass
BaseRendererBuilder. useFont(java.io.File fontFile, java.lang.String fontFamily, java.lang.Integer fontWeight, BaseRendererBuilder.FontStyle fontStyle, boolean subset, java.util.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.FontStyle Constructor Description AddedFont(FSSupplier<java.io.InputStream> supplier, java.io.File fontFile, java.lang.Integer weight, java.lang.String family, boolean subset, BaseRendererBuilder.FontStyle style, java.util.Set<BaseRendererBuilder.FSFontUseCase> usedFor)
AddedFont(java.lang.Object pdfontSupplier, java.lang.Integer weight, java.lang.String family, boolean subset, BaseRendererBuilder.FontStyle style, java.util.Set<BaseRendererBuilder.FSFontUseCase> usedFor)
-
Uses of BaseRendererBuilder.FontStyle in com.openhtmltopdf.pdfboxout
Methods in com.openhtmltopdf.pdfboxout with parameters of type BaseRendererBuilder.FontStyle Modifier and Type Method Description PdfRendererBuilder
PdfRendererBuilder. useFont(PDFontSupplier supplier, java.lang.String fontFamily, java.lang.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.FontStyle Modifier and Type Method Description void
BatikSVGDrawer. addFontFile(java.io.File fontFile, java.lang.String family, java.lang.Integer weight, BaseRendererBuilder.FontStyle style)
void
PDFTranscoder.OpenHtmlFontResolver. addFontFile(java.io.File fontFile, java.lang.String family, java.lang.Integer weight, BaseRendererBuilder.FontStyle style)
private java.lang.Float
PDFTranscoder.OpenHtmlFontResolver. getStyle(BaseRendererBuilder.FontStyle style)
-