| Property | Defined By | ||
|---|---|---|---|
| emHeight : Number [read-only] | Font | ||
| fontFamily : String [read-only] | Font | ||
| fontSize : Number [read-only] | Font | ||
| fontStyle : String [read-only] | Font | ||
| fontWeight : String [read-only] | Font | ||
| leftToRight : Boolean | Font | ||
| Method | Defined By | ||
|---|---|---|---|
Font(p_fontFamily:String, p_emHeight:Number, p_fontWeight:FontWeightAttributeValue, p_fontStyle:FontStyleAttributeValue) | Font | ||
| emHeight | property |
emHeight:Number [read-only] public function get emHeight():Number| fontFamily | property |
fontFamily:String [read-only] public function get fontFamily():String| fontSize | property |
fontSize:Number [read-only] public function get fontSize():Number| fontStyle | property |
fontStyle:String [read-only] public function get fontStyle():String| fontWeight | property |
fontWeight:String [read-only] public function get fontWeight():String| leftToRight | property |
leftToRight:Boolean public function get leftToRight():Boolean public function set leftToRight(value:Boolean):void| Font | () | Constructor |
public function Font(p_fontFamily:String, p_emHeight:Number, p_fontWeight:FontWeightAttributeValue, p_fontStyle:FontStyleAttributeValue)p_fontFamily:String | |
p_emHeight:Number | |
p_fontWeight:FontWeightAttributeValue | |
p_fontStyle:FontStyleAttributeValue |