|
intarsys CWT library | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFontRegistry
A registry of IFont
instances.
Method Summary | |
---|---|
IFontFamily[] |
getFontFamilies()
The IFontFamily instances formed by the IFont instances
in this IFontRegistry . |
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 . |
Method Detail |
---|
IFontFamily[] getFontFamilies()
IFontFamily
instances formed by the IFont
instances
in this IFontRegistry
.
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 IFont
|
intarsys CWT library | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |