| Modifier and Type | Method and Description |
|---|---|
static PdfRendererBuilder.FontStyle |
PdfRendererBuilder.FontStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdfRendererBuilder.FontStyle[] |
PdfRendererBuilder.FontStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PdfRendererBuilder |
PdfRendererBuilder.useFont(FSSupplier<InputStream> supplier,
String fontFamily,
Integer fontWeight,
PdfRendererBuilder.FontStyle fontStyle,
boolean subset)
Add a font programmatically.
|
Copyright © 2017. All rights reserved.