| Package | Description |
|---|---|
| com.qoppa.pdf |
General classes used by different objects throughout the library.
|
| Modifier and Type | Method and Description |
|---|---|
static LocalFontInfo |
LocalFonts.findLocalFontInfo(String name,
boolean bold,
boolean italic)
Find best local font by properties (name, bold, italic)
- Will find font based on name & complete style options, name & partial options,
or name alone
|
| Modifier and Type | Method and Description |
|---|---|
static List<LocalFontInfo> |
LocalFonts.getLocalFonts()
Get list of local font information objects.
|