Modifier and Type | Class and Description |
---|---|
class |
AWTFontMetrics
Creation-Date: 16.12.2005, 21:09:39
|
Modifier and Type | Method and Description |
---|---|
FontMetrics |
AWTFontMetricsFactory.createMetrics(FontIdentifier identifier,
FontContext context) |
Modifier and Type | Method and Description |
---|---|
FontMetrics |
NullFontCache.getFontMetrics(FontKey fontKey) |
FontMetrics |
LeastFrequentlyUsedCache.getFontMetrics(FontKey fontKey) |
FontMetrics |
FontCache.getFontMetrics(FontKey fontKey) |
FontMetrics |
FirstLevelFontCache.getFontMetrics(FontKey fontKey) |
Modifier and Type | Method and Description |
---|---|
void |
NullFontCache.putFontMetrics(FontKey key,
FontMetrics fontMetrics) |
void |
LeastFrequentlyUsedCache.putFontMetrics(FontKey key,
FontMetrics metrics) |
void |
FontCache.putFontMetrics(FontKey key,
FontMetrics fontMetrics) |
void |
FirstLevelFontCache.putFontMetrics(FontKey key,
FontMetrics fontMetrics) |
Modifier and Type | Class and Description |
---|---|
class |
BaseFontFontMetrics
Creation-Date: 22.07.2007, 19:04:00
|
Modifier and Type | Method and Description |
---|---|
FontMetrics |
ITextFontMetricsFactory.createMetrics(FontIdentifier identifier,
FontContext context) |
FontMetrics |
ITextFontStorage.getFontMetrics(FontIdentifier rawRecord,
FontContext context) |
Modifier and Type | Method and Description |
---|---|
FontMetrics |
CompoundFontStorage.getFontMetrics(FontIdentifier record,
FontContext context) |
Modifier and Type | Class and Description |
---|---|
class |
MonospaceFontMetrics
Creation-Date: 13.05.2007, 13:14:25
|
Modifier and Type | Method and Description |
---|---|
FontMetrics |
MonospaceFontMetricsFactory.createMetrics(FontIdentifier identifier,
FontContext context)
Loads the font metrics for the font identified by the given identifier.
|
Modifier and Type | Class and Description |
---|---|
class |
EmptyFontMetrics
An placeholder metrics for buggy fonts.
|
Modifier and Type | Method and Description |
---|---|
FontMetrics |
FontMetricsFactory.createMetrics(FontIdentifier identifier,
FontContext context)
Loads the font metrics for the font identified by the given identifier.
|
FontMetrics |
DefaultFontStorage.getFontMetrics(FontIdentifier record,
FontContext context) |
FontMetrics |
FontStorage.getFontMetrics(FontIdentifier record,
FontContext context) |
Constructor and Description |
---|
DefaultKerningProducer(FontMetrics fontMetrics) |
StaticFontSizeProducer(FontMetrics fontMetrics) |
VariableFontSizeProducer(FontMetrics fontMetrics) |
Modifier and Type | Class and Description |
---|---|
class |
TrueTypeFontMetrics
Creation-Date: 15.12.2005, 12:01:13
|
Modifier and Type | Method and Description |
---|---|
FontMetrics |
TrueTypeFontMetricsFactory.createMetrics(FontIdentifier record,
FontContext context) |