| Package | Description |
|---|---|
| de.intarsys.cwt.font |
| Modifier and Type | Class and Description |
|---|---|
class |
CommonFont |
class |
GenericFont |
| Modifier and Type | Method and Description |
|---|---|
IFont |
IFontProgram.getFont()
The
IFont implemented by this program. |
abstract IFont |
FontMap.getFont() |
IFont |
FontFontMap.getFont() |
IFont |
FontAliasMap.getFont() |
IFont |
CommonFontProgram.getFont() |
IFont |
IFontFamily.getFont(FontStyle style)
|
IFont |
FontFamily.getFont(FontStyle style) |
IFont[] |
StandardFontRegistry.getFonts() |
IFont[] |
IFontRegistry.getFonts()
The
IFont instances in this IFontRegistry. |
IFont[] |
IFontFamily.getFonts()
All
IFont instances within this family. |
IFont[] |
FontFamily.getFonts() |
IFont |
StandardFontRegistry.lookupFont(IFontQuery query) |
IFont |
IFontRegistry.lookupFont(IFontQuery query)
The
IFont selected by the IFontQuery. |
static IFont |
FontTools.lookupFont(IFontQuery query) |
IFont |
FontMapper.lookupFont(String name) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<IFont> |
FontFamily.getFontIterator() |
| Modifier and Type | Method and Description |
|---|---|
static String |
FontTools.createCanonicalName(IFont font) |
static void |
FontTools.mapFont(String name,
IFont font) |
void |
StandardFontRegistry.registerFont(IFont font) |
void |
IFontRegistry.registerFont(IFont font)
Add a new
IFont to the IFontRegistry. |
void |
IFontFamily.registerFont(IFont font)
Add a new
IFont to this family. |
void |
FontFamily.registerFont(IFont font) |
| Constructor and Description |
|---|
CommonFontProgram(IFont font,
de.intarsys.tools.locator.ILocator locator) |
FontFontMap(FontMapper mapper,
String name,
IFont font) |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.