Uses of Class
com.iizigo.panel.FontInfo
Packages that use FontInfo Package Description com.iizigo.panel com.iizigo.style.prop Uses of FontInfo in com.iizigo.panel
Fields in com.iizigo.panel declared as FontInfo Modifier and Type Field Description static FontInfoFontInfo. DEFAULT_DESKTOPThe default font information for desktop.static FontInfoFontInfo. DEFAULT_MOBILEThe default font information for mobile.static FontInfoFontInfo. DEFAULT_WINDOWS_MOBILEThe default font information for Windows Mobile.Methods in com.iizigo.panel that return FontInfo Modifier and Type Method Description static FontInfoFontInfo. from(UIComp comp)Gets the font information from a component.static FontInfoFontInfo. from(UIComp comp, boolean recurseParents)Gets the font information from a component.Uses of FontInfo in com.iizigo.style.prop
Methods in com.iizigo.style.prop that return FontInfo Modifier and Type Method Description FontInfoEditorStyles. getFontInfo()Returns the font information for this styles instance.