Class com.GameInterface.HTMLFont

Field Index

m_Bold, m_Color, m_Family, m_FlyingDirection, m_Italic, m_Kerning, m_Size, m_Speed, m_Style, m_Underline, m_WaitOnScreen

Method Index

new HTMLFont()
SetColor(), SetFamily(), SetFlyingDirection(), SetSize(), SetSpeed(), SetStyle(), SetWaitOnScreen()

Constructor Detail

HTMLFont

public function HTMLFont()

Field Detail

m_Color

public m_Color:Number

m_Size

public m_Size:Number

m_Family

public m_Family:String

m_Style

public m_Style:String

m_Bold

public m_Bold:Boolean

m_Italic

public m_Italic:Boolean

m_Underline

public m_Underline:Boolean

m_Kerning

public m_Kerning:Boolean

m_WaitOnScreen

public m_WaitOnScreen:Number

m_Speed

public m_Speed:Number

m_FlyingDirection

public m_FlyingDirection:Number

Method Detail

SetColor

public function SetColor(rgb:Number)

SetWaitOnScreen

public function SetWaitOnScreen(numSeconds:Number)

SetSpeed

public function SetSpeed(speed:Number)

SetFlyingDirection

public function SetFlyingDirection(flyingDirection:Number)

SetSize

public function SetSize(fontSize:String)

SetStyle

public function SetStyle(fontStyle:String)

SetFamily

public function SetFamily(fontFamily:String)