FONT
Fonts are defined by a self descriptive string but are always depending on the running implementation.
Both the UID and description tags are mandatory in the case of ZAMAE Font elements.
The possible values are as follows:
public static final String K_ZA_UI_ATTR_FONT_FACE_MONO = "FM";
public static final String K_ZA_UI_ATTR_FONT_FACE_PROPORTIONAL = "FP";
public static final String K_ZA_UI_ATTR_FONT_FACE_SYSTEM = "FSYS";
public static final String K_ZA_UI_ATTR_FONT_SIZE_LARGE = "FL";
public static final String K_ZA_UI_ATTR_FONT_SIZE_MEDIUM = "FME";
public static final String K_ZA_UI_ATTR_FONT_SIZE_SMALL = "FS";
public static final String K_ZA_UI_ATTR_FONT_STYLE_BOLD = "FB";
public static final String K_ZA_UI_ATTR_FONT_STYLE_ITALIC = "FI";
public static final String K_ZA_UI_ATTR_FONT_STYLE_PLAIN = "FPL";
public static final String K_ZA_UI_ATTR_FONT_STYLE_UNDERLINED = "FU";
<font uid="91002">
<description>FSYS|FB|FME</description>
</font>
Back to UI objects listing