| Package | Description |
|---|---|
| com.openhtmltopdf.pdfboxout |
| Modifier and Type | Method and Description |
|---|---|
static PdfBoxFontResolver.FontGroup |
PdfBoxFontResolver.FontGroup.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdfBoxFontResolver.FontGroup[] |
PdfBoxFontResolver.FontGroup.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PdfBoxFontResolver.addFont(File fontFile,
String fontFamilyNameOverride,
Integer fontWeightOverride,
IdentValue fontStyleOverride,
boolean subset,
PdfBoxFontResolver.FontGroup fontGroup)
Add a font file (truetype) to a specific font group.
|
void |
PdfBoxFontResolver.addFont(FSSupplier<InputStream> supplier,
String fontFamilyNameOverride,
Integer fontWeightOverride,
IdentValue fontStyleOverride,
boolean subset,
PdfBoxFontResolver.FontGroup fontGroup)
Adds a font specified by an input stream (truetype) to a specific font group.
|
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.
|
void |
PdfBoxFontResolver.addFontCollection(File file,
String fontFamilyNameOverride,
Integer fontWeightOverride,
IdentValue fontStyleOverride,
boolean subset,
PdfBoxFontResolver.FontGroup fontGroup)
Adds a font collection (.ttc file) to a specific group.
|
void |
PdfBoxFontResolver.addFontCollection(FSSupplier<InputStream> supplier,
String fontFamilyNameOverride,
Integer fontWeightOverride,
IdentValue fontStyleOverride,
boolean subset,
PdfBoxFontResolver.FontGroup fontGroup)
Adds a font collection (.ttc in an input stream) to a
specific font group.
|
void |
PdfBoxFontResolver.addFontDirectory(String dir,
boolean embedded,
PdfBoxFontResolver.FontGroup fontGroup)
Add all fonts in the given directory
|
Copyright © 2004–2025. All rights reserved.