Uses of Class
com.openhtmltopdf.outputdevice.helper.BaseRendererBuilder.FontStyle
| Package | Description |
|---|---|
| com.openhtmltopdf.extend | |
| com.openhtmltopdf.outputdevice.helper |
-
Uses of BaseRendererBuilder.FontStyle in com.openhtmltopdf.extend
Methods in com.openhtmltopdf.extend with parameters of type BaseRendererBuilder.FontStyle Modifier and Type Method Description voidSVGDrawer. 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.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)Allows the user to provide a font file for use by the main document only (not SVGs).TFinalClassBaseRendererBuilder. 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.FSFontUseCasesuch as main document, SVGs, etc.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, Set<BaseRendererBuilder.FSFontUseCase> usedFor)AddedFont(Object pdfontSupplier, Integer weight, String family, boolean subset, BaseRendererBuilder.FontStyle style, Set<BaseRendererBuilder.FSFontUseCase> usedFor)