|
intarsys CWT library | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IFont | |
---|---|
de.intarsys.cwt.font |
Uses of IFont in de.intarsys.cwt.font |
---|
Classes in de.intarsys.cwt.font that implement IFont | |
---|---|
class |
CommonFont
|
class |
GenericFont
|
Methods in de.intarsys.cwt.font that return IFont | |
---|---|
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)
The IFont within the family with a specific FontStyle or
null. |
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)
|
Methods in de.intarsys.cwt.font that return types with arguments of type IFont | |
---|---|
Iterator<IFont> |
FontFamily.getFontIterator()
|
Methods in de.intarsys.cwt.font with parameters of type IFont | |
---|---|
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)
|
Constructors in de.intarsys.cwt.font with parameters of type IFont | |
---|---|
CommonFontProgram(IFont font,
de.intarsys.tools.locator.ILocator locator)
|
|
FontFontMap(FontMapper mapper,
String name,
IFont font)
|
|
intarsys CWT library | |||||||||
PREV NEXT | FRAMES NO FRAMES |