| Package | Description |
|---|---|
| com.openhtmltopdf.outputdevice.helper |
| Modifier and Type | Class and Description |
|---|---|
class |
FontFaceFontSupplier |
| Modifier and Type | Field and Description |
|---|---|
FSSupplier<InputStream> |
AddedFont.supplier |
| Modifier and Type | Method and Description |
|---|---|
TFinalClass |
BaseRendererBuilder.useFont(FSSupplier<InputStream> supplier,
String fontFamily)
Simpler overload for
BaseRendererBuilder.useFont(FSSupplier, String, Integer, FontStyle, boolean) |
TFinalClass |
BaseRendererBuilder.useFont(FSSupplier<InputStream> supplier,
String fontFamily,
Integer fontWeight,
BaseRendererBuilder.FontStyle fontStyle,
boolean subset)
Add a font programmatically.
|
TFinalClass |
BaseRendererBuilder.useFont(FSSupplier<InputStream> supplier,
String fontFamily,
Integer fontWeight,
BaseRendererBuilder.FontStyle fontStyle,
boolean subset,
Set<BaseRendererBuilder.FSFontUseCase> useFontFlags)
Add a font programmatically.
|
| Constructor and Description |
|---|
AddedFont(FSSupplier<InputStream> supplier,
File fontFile,
Integer weight,
String family,
boolean subset,
BaseRendererBuilder.FontStyle style,
Set<BaseRendererBuilder.FSFontUseCase> usedFor) |
Copyright © 2004–2025. All rights reserved.