The following example shows how you can style the various states on a Flex Gumbo FxRadioButton control using a <Style> block.
Full code after the jump.
[click to continue…]
Tagged as:
fontWeight,
Gumbo
The following example shows how you can specify a bold font style on a device and embedded font on a Flex Gumbo TextBox control by setting the fontWeight style.
Full code after the jump.
[click to continue…]
Tagged as:
fontWeight,
Gumbo
The following example shows how you can set the font weight of a Flex Charting Legend control by setting the fontWeight style on the LegendItem CSS selector.
[click to continue…]
Tagged as:
fontWeight
The following example shows how you can use an embedded font with the Flex LinkButton control by setting the fontFamily and fontWeight styles.
The LinkButton control uses a bold font weight by default, so you need to either embed the bold font weight, or set the LinkButton control’s fontWeight style to normal.
Full code after the jump.
[click to continue…]
Tagged as:
fontFamily,
fontWeight
The following example shows how you can use an embedded font with the Flex TabBar control by setting the fontFamily and fontWeight styles.
Full code after the jump.
[click to continue…]
Tagged as:
fontFamily,
fontWeight
The following example shows how you can use an embedded font with the Flex ComboBox control by setting the fontFamily style.
Full code after the jump.
[click to continue…]
Tagged as:
fontFamily,
fontWeight