Tag Archive for 'fontweight'

04
Sep

Using an embedded font with the LinkButton control in Flex

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.

Continue reading ‘Using an embedded font with the LinkButton control in Flex’

07
Jun

Using an embedded font with the TabBar control in Flex

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.

Continue reading ‘Using an embedded font with the TabBar control in Flex’

02
Jun

Using an embedded font with the ComboBox control in Flex

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.

Continue reading ‘Using an embedded font with the ComboBox control in Flex’

31
May

Using embedded fonts with the Accordion container in Flex

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.

Continue reading ‘Using embedded fonts with the Accordion container in Flex’

09
Feb

Using an embedded font with the Flex ProgressBar control

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

Full code after the jump.

Continue reading ‘Using an embedded font with the Flex ProgressBar control’

19
Jan

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

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.

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

14
Jan

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

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.

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

26
Dec

Setting font weight on a Flex DateChooser control

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.

Continue reading ‘Setting font weight on a Flex DateChooser control’