| Package | Description |
|---|---|
| com.openhtmltopdf.pdfboxout | |
| com.openhtmltopdf.pdfboxout.fontstore |
| Modifier and Type | Method and Description |
|---|---|
void |
PdfBoxFontResolver.addFont(PDFontSupplier supplier,
String fontFamilyNameOverride,
Integer fontWeightOverride,
IdentValue fontStyleOverride,
boolean subset)
|
void |
PdfBoxFontResolver.addFont(PDFontSupplier supplier,
String fontFamilyNameOverride,
Integer fontWeightOverride,
IdentValue fontStyleOverride,
boolean subset,
PdfBoxFontResolver.FontGroup fontGroup)
Add a font specified by a PDFontSupplier to a specific font group.
|
PdfRendererBuilder |
PdfRendererBuilder.useFont(PDFontSupplier supplier,
String fontFamily)
Simpler overload for
#useFont(PDFontSupplier, String, Integer, FontStyle, boolean) |
PdfRendererBuilder |
PdfRendererBuilder.useFont(PDFontSupplier supplier,
String fontFamily,
Integer fontWeight,
BaseRendererBuilder.FontStyle fontStyle,
boolean subset)
Like
BaseRendererBuilder.useFont(FSSupplier, String, Integer, FontStyle, boolean) but
allows to supply a PDFont directly. |
| Modifier and Type | Method and Description |
|---|---|
void |
FallbackFontStore.addFont(PDFontSupplier supplier,
String fontFamilyNameOverride,
Integer fontWeightOverride,
IdentValue fontStyleOverride,
boolean subset) |
void |
MainFontStore.addFont(PDFontSupplier supplier,
String fontFamilyNameOverride,
Integer fontWeightOverride,
IdentValue fontStyleOverride,
boolean subset) |
Copyright © 2004–2025. All rights reserved.