| Package | Description |
|---|---|
| com.openhtmltopdf.pdfboxout | |
| com.openhtmltopdf.pdfboxout.fontstore |
| Modifier and Type | Field and Description |
|---|---|
PdfBoxFontResolver.FontDescription |
FontRun.description |
| Modifier and Type | Method and Description |
|---|---|
List<PdfBoxFontResolver.FontDescription> |
PdfBoxFSFont.getFontDescriptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
PdfBoxOutputDevice.drawStringFast(String s,
float x,
float y,
JustificationInfo info,
PdfBoxFontResolver.FontDescription desc,
float fontSize) |
void |
PdfBoxFastOutputDevice.drawStringFast(String s,
float x,
float y,
JustificationInfo info,
PdfBoxFontResolver.FontDescription desc,
float fontSize) |
| Constructor and Description |
|---|
FontRun(PdfBoxFontResolver.FontDescription description) |
| Constructor and Description |
|---|
PdfBoxFSFont(List<PdfBoxFontResolver.FontDescription> fonts,
float size) |
| Modifier and Type | Method and Description |
|---|---|
abstract PdfBoxFontResolver.FontDescription |
AbstractFontStore.resolveFont(SharedContext ctx,
String fontFamily,
float size,
IdentValue weight,
IdentValue style,
IdentValue variant) |
PdfBoxFontResolver.FontDescription |
AbstractFontStore.EmptyFontStore.resolveFont(SharedContext ctx,
String fontFamily,
float size,
IdentValue weight,
IdentValue style,
IdentValue variant) |
PdfBoxFontResolver.FontDescription |
AbstractFontStore.BuiltinFontStore.resolveFont(SharedContext ctx,
String fontFamily,
float size,
IdentValue weight,
IdentValue style,
IdentValue variant) |
PdfBoxFontResolver.FontDescription |
MainFontStore.resolveFont(SharedContext ctx,
String fontFamily,
float size,
IdentValue weight,
IdentValue style,
IdentValue variant) |
| Modifier and Type | Method and Description |
|---|---|
List<PdfBoxFontResolver.FontDescription> |
FallbackFontStore.resolveFonts(SharedContext ctx,
String[] families,
float size,
IdentValue weight,
IdentValue style,
IdentValue variant) |
Copyright © 2004–2025. All rights reserved.