Uses of Class
com.openhtmltopdf.outputdevice.helper.BaseRendererBuilder.FontStyle
| Package | Description |
|---|---|
| com.openhtmltopdf.outputdevice.helper |
-
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.FontStyleAddedFont. styleMethods in com.openhtmltopdf.outputdevice.helper that return BaseRendererBuilder.FontStyle Modifier and Type Method Description static BaseRendererBuilder.FontStyleBaseRendererBuilder.FontStyle. valueOf(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 TFinalClassBaseRendererBuilder. useFont(FSSupplier<InputStream> supplier, String fontFamily, Integer fontWeight, BaseRendererBuilder.FontStyle fontStyle, boolean subset)Add a font programmatically.TFinalClassBaseRendererBuilder. useFont(File fontFile, String fontFamily, Integer fontWeight, BaseRendererBuilder.FontStyle fontStyle, boolean subset)LikeBaseRendererBuilder.useFont(FSSupplier, String, Integer, FontStyle, boolean), but allows to supply a font file.Constructors in com.openhtmltopdf.outputdevice.helper with parameters of type BaseRendererBuilder.FontStyle Constructor Description AddedFont(FSSupplier<InputStream> supplier, File fontFile, Integer weight, String family, boolean subset, BaseRendererBuilder.FontStyle style)AddedFont(Object pdfontSupplier, Integer weight, String family, boolean subset, BaseRendererBuilder.FontStyle style)