Archive for August 21st, 2008

21
Aug

Setting the font sharpness for a Label control in Flex

The following example shows how you can set the font sharpness on a Flex Label control by setting the fontSharpness and fontAntiAliasType styles.

Full code after the jump.

Continue reading ‘Setting the font sharpness for a Label control in Flex’

21
Aug

Setting the font thickness for a Label control in Flex

The following example shows how you can set the font thickness on a Flex Label control by setting the fontThickness and fontAntiAliasType styles.

Full code after the jump.

Continue reading ‘Setting the font thickness for a Label control in Flex’