Modifier and Type | Method and Description |
---|---|
FontFamily |
AfmFontRecord.getFamily() |
FontFamily |
AfmFontRegistry.getFontFamily(java.lang.String name) |
Modifier and Type | Class and Description |
---|---|
class |
AWTFontFamily
Creation-Date: 16.12.2005, 20:44:11
|
Modifier and Type | Method and Description |
---|---|
FontFamily |
AWTFontRecord.getFamily()
Returns the family for this record.
|
FontFamily |
AWTFontRegistry.getFontFamily(java.lang.String name) |
Constructor and Description |
---|
AWTFontRecord(FontFamily fontFamily,
boolean bold,
boolean italics) |
Modifier and Type | Class and Description |
---|---|
class |
CompoundFontFamily
Creation-Date: 20.07.2007, 18:54:28
|
Modifier and Type | Method and Description |
---|---|
FontFamily |
CompoundFontRecord.getFamily() |
FontFamily |
CompoundFontRegistry.getFontFamily(java.lang.String name) |
Constructor and Description |
---|
CompoundFontFamily(FontFamily base,
FontRegistry registry) |
Modifier and Type | Class and Description |
---|---|
class |
MonospaceFontFamily
Creation-Date: 13.05.2007, 13:14:25
|
Modifier and Type | Method and Description |
---|---|
FontFamily |
MonospaceFontRecord.getFamily()
Returns the family for this record.
|
FontFamily |
MonospaceFontRegistry.getFontFamily(java.lang.String name)
Tries to find a font family with the given name, looking through all alternative font names if neccessary.
|
Modifier and Type | Method and Description |
---|---|
FontFamily |
PfmFontRecord.getFamily() |
FontFamily |
PfmFontRegistry.getFontFamily(java.lang.String name) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultFontFamily
Creation-Date: 07.11.2005, 19:45:50
|
Modifier and Type | Method and Description |
---|---|
FontFamily |
FontRecord.getFamily()
Returns the family for this record.
|
FontFamily |
FontRegistry.getFontFamily(java.lang.String name)
Tries to find a font family with the given name, looking through all
alternative font names if neccessary.
|
Modifier and Type | Method and Description |
---|---|
FontFamily |
TrueTypeFontRecord.getFamily() |
FontFamily |
TrueTypeFontRegistry.getFontFamily(java.lang.String name) |
Constructor and Description |
---|
TrueTypeFontRecord(TrueTypeFont trueTypeFont,
FontFamily family) |