public class StandardFontRegistry extends Object implements IFontRegistry
| Constructor and Description |
|---|
StandardFontRegistry() |
| Modifier and Type | Method and Description |
|---|---|
IFontFamily[] |
getFontFamilies()
|
IFont[] |
getFonts()
The
IFont instances in this IFontRegistry. |
IFont |
lookupFont(IFontQuery query)
The
IFont selected by the IFontQuery. |
IFontFamily |
lookupFontFamily(IFontQuery query)
The
IFontFamily selected by the IFontQuery. |
void |
registerFont(IFont font)
Add a new
IFont to the IFontRegistry. |
public IFontFamily[] getFontFamilies()
IFontRegistrygetFontFamilies in interface IFontRegistryIFontFamily instances formed by the IFont
instances in this IFontRegistry.public IFont[] getFonts()
IFontRegistryIFont instances in this IFontRegistry.getFonts in interface IFontRegistryIFont instances in this IFontRegistry.public IFont lookupFont(IFontQuery query)
IFontRegistryIFont selected by the IFontQuery.lookupFont in interface IFontRegistryquery - A IFontQuery describing a single IFont.IFont selected by the IFontQuery.public IFontFamily lookupFontFamily(IFontQuery query)
IFontRegistryIFontFamily selected by the IFontQuery.lookupFontFamily in interface IFontRegistryquery - A IFontQuery describing a single IFontFamily.IFontFamily selected by the IFontQuery.public void registerFont(IFont font)
IFontRegistryIFont to the IFontRegistry.registerFont in interface IFontRegistryfont - The new IFontCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.