public interface IFontRegistry
IFont instances.| 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. |
IFontFamily[] getFontFamilies()
IFontFamily instances formed by the IFont
instances in this IFontRegistry.IFont[] getFonts()
IFont instances in this IFontRegistry.IFont instances in this IFontRegistry.IFont lookupFont(IFontQuery query)
IFont selected by the IFontQuery.query - A IFontQuery describing a single IFont.IFont selected by the IFontQuery.IFontFamily lookupFontFamily(IFontQuery query)
IFontFamily selected by the IFontQuery.query - A IFontQuery describing a single IFontFamily.IFontFamily selected by the IFontQuery.void registerFont(IFont font)
IFont to the IFontRegistry.font - The new IFontCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.