Posts tagged as:

fontWeight

In a previous example, “Setting the font weight on a charting Legend control in Flex”, we saw how you could set the font weight of a Flex Charting Legend control by setting the fontWeight style on the LegendItem CSS selector.

The following example shows how you can set the font weight of an MX Legend control by setting the fontWeight style on the LegendItem CSS selector in Flex 4.

[click to continue…]

{ 0 comments }

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…]

{ 2 comments }

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…]

{ 0 comments }

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…]

{ 4 comments }

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…]

{ 0 comments }

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…]

{ 0 comments }

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…]

{ 0 comments }

The following example shows you how you can use an embedded font with the Flex Accordion container by setting the headerStyleName style.

Full code after the jump.

[click to continue…]

{ 0 comments }

Using an embedded font with the Flex ProgressBar control

by Peter deHaan February 9, 2008

The following example shows how you can use an embedded font with the ProgressBar control in Flex.
Full code after the jump.

Read the full article →

Setting an item’s font weight in a Flex PopUpButton control’s pop up menu

by Peter deHaan January 19, 2008

The following example shows you how you can set the font weight of the item labels in a PopUpButton control’s pop up menu in Flex by setting the popUpStyleName and fontWeight styles.
Full code after the jump.

Read the full article →

Setting a label’s font weight on a Flex LinkBar and ToggleButtonBar control

by Peter deHaan January 14, 2008

The following example shows how you can set the font weight of a label on LinkBar control and ToggleButton control in Flex by setting the linkButtonStyleName style and buttonStyleName style respectively.
Full code after the jump.

Read the full article →

Setting font weight on a Flex DateChooser control

by Peter deHaan December 26, 2007

The following example shows how you can set the fontWeight style on a Flex DateChooser control to change whether each day in the calendar appears as normal or bold font.
Full code after the jump.

Read the full article →