Modifier and Type | Method and Description |
---|---|
FontFamily |
AfmFontRecord.getFamily() |
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(String name) |
Constructor and Description |
---|
AWTFontRecord(FontFamily fontFamily,
boolean bold,
boolean italics) |
Modifier and Type | Method and Description |
---|---|
FontFamily |
ITextFontRecord.getFamily() |
FontFamily |
ITextBuiltInFontRecord.getFamily() |
FontFamily |
ITextBuiltInFontRegistry.getFontFamily(String name) |
Constructor and Description |
---|
ITextBuiltInFontRecord(FontFamily family,
String fullName,
boolean bold,
boolean italics,
boolean oblique) |
ITextFontRecord(FontFamily fontFamily,
boolean bold,
boolean italic,
boolean oblique) |
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(String name) |
Constructor and Description |
---|
CompoundFontFamily(FontFamily base,
FontRegistry registry) |
Modifier and Type | Class and Description |
---|---|
class |
MonospaceFontFamily |
Modifier and Type | Method and Description |
---|---|
FontFamily |
MonospaceFontRecord.getFamily()
Returns the family for this record.
|
FontFamily |
MonospaceFontRegistry.getFontFamily(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() |
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(String name)
Tries to find a font family with the given name, looking through all
alternative font names if neccessary.
|
FontFamily |
AbstractFontFileRegistry.getFontFamily(String name) |
Modifier and Type | Method and Description |
---|---|
FontFamily |
TrueTypeFontRecord.getFamily() |
Constructor and Description |
---|
TrueTypeFontRecord(TrueTypeFont trueTypeFont,
FontFamily family) |