Package com.iizix
Interface IFontInfo.Resolver
-
- Enclosing interface:
- IFontInfo
public static interface IFontInfo.Resolver
Resolver interface to get font information from a component. This only works in the Designer and not in e.g. the Server.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFontInfo
from(UIComp comp)
Returns the font information for a component.
-