xmlns:mx="library://ns.adobe.com/flex/mx"
xmlns:s="library://ns.adobe.com/flex/spark" width="600">
@namespace s "library://ns.adobe.com/flex/spark";
s|VGroup {
fontFamily: Helvetica;
fontSize: 13pt;
}
s|HGroup {
fontFamily:
Times; fontSize: 13pt;
}
The text in this RichText control uses the Helvetica
font because it is inherited from the VGroup style.
The text in this RichText control uses the Times
font because it is inherited from the HGroup style.