| Modifier and Type | Class | Description |
|---|---|---|
class |
AfmFontRecord |
Creation-Date: 22.07.2007, 17:19:04
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AWTFontRecord |
Creation-Date: 16.12.2005, 20:06:51
|
| Modifier and Type | Method | Description |
|---|---|---|
FontRecord |
AWTFontFamily.getFontRecord(boolean bold,
boolean italics) |
This selects the most suitable font in that family.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
CompoundFontRecord |
Creation-Date: 20.07.2007, 18:55:08
|
| Modifier and Type | Method | Description |
|---|---|---|
FontRecord |
CompoundFontRecord.getBase() |
|
FontRecord |
CompoundFontFamily.getFontRecord(boolean bold,
boolean italics) |
| Constructor | Description |
|---|---|
CompoundFontRecord(FontRecord base,
CompoundFontFamily family,
boolean boldSpecified,
boolean italicsSpecified) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
MonospaceFontRecord |
Creation-Date: 13.05.2007, 13:14:16
|
| Modifier and Type | Method | Description |
|---|---|---|
FontRecord |
MonospaceFontFamily.getFontRecord(boolean bold,
boolean italics) |
This selects the most suitable font in that family.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
PfmFontRecord |
Creation-Date: 21.07.2007, 19:12:20
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
FontSource |
Creation-Date: 13.05.2007, 13:43:54
|
| Modifier and Type | Method | Description |
|---|---|---|
FontRecord |
DefaultFontFamily.getFontRecord(boolean bold,
boolean italics) |
|
FontRecord |
FontFamily.getFontRecord(boolean bold,
boolean italics) |
This selects the most suitable font in that family.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
DefaultFontFamily.addFontRecord(FontRecord record) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
TrueTypeFontRecord |
A true-type font record.
|