Description
Simple class that adds font attributes to style class
Details
Properties (3)
-
font
-
<attribute name="font" type="string" value="arial" />
public var font : String;
-
fontsize
-
<attribute name="fontsize" type="number" value="11" />
public var fontsize : Number;
-
fontstyle
-
<attribute name="fontstyle" type="string" value="plain" />
public var fontstyle : String;
LZX Synopsis
<class name="
textstyle" extends="
style
">
<attribute name="
font
" type="
string" value="
arial" />
<attribute name="
fontsize
" type="
number" value="
11" />
<attribute name="
fontstyle
" type="
string" value="
plain" />
</class>
JavaScript Synopsis
public
textstyle extends
style
{
public var
font
:
String;
}