Package | thanhtran.karaokeplayer.data |
Class | public class LyricStyle |
Property | Defined by | ||
---|---|---|---|
color : Number | LyricStyle | ||
embedFonts : Boolean = false | LyricStyle | ||
font : String | LyricStyle | ||
fontStyle : String | LyricStyle | ||
fontWeight : String | LyricStyle | ||
lineSpace : Number | LyricStyle | ||
size : Number | LyricStyle | ||
strokeColor : Number | LyricStyle |
Method | Defined by | ||
---|---|---|---|
LyricStyle(font:String = null, size:Number, color:Number, embedFonts:Boolean = false, strokeColor:Number)
| LyricStyle |
Constant | Defined by | ||
---|---|---|---|
BASIC : String = "b" [static]
| LyricStyle | ||
DEFAULT_BASIC_STYLE : LyricStyle
[static]
| LyricStyle | ||
DEFAULT_FEMALE_STYLE : LyricStyle
[static]
| LyricStyle | ||
DEFAULT_MALE_STYLE : LyricStyle
[static]
| LyricStyle | ||
DEFAULT_SYNC_STYLE : LyricStyle
[static]
| LyricStyle | ||
FEMALE : String = "f" [static]
| LyricStyle | ||
MALE : String = "m" [static]
| LyricStyle |
color | property |
public var color:Number
embedFonts | property |
public var embedFonts:Boolean = false
font | property |
public var font:String
fontStyle | property |
public var fontStyle:String
fontWeight | property |
public var fontWeight:String
lineSpace | property |
public var lineSpace:Number
size | property |
public var size:Number
strokeColor | property |
public var strokeColor:Number
LyricStyle | () | constructor |
public function LyricStyle(font:String = null, size:Number, color:Number, embedFonts:Boolean = false, strokeColor:Number)
Parameters
font:String (default = null )
|
|
size:Number |
|
color:Number |
|
embedFonts:Boolean (default = false )
|
|
strokeColor:Number |
BASIC | constant |
public static const BASIC:String = "b"
DEFAULT_BASIC_STYLE | constant |
public static const DEFAULT_BASIC_STYLE:LyricStyle
DEFAULT_FEMALE_STYLE | constant |
public static const DEFAULT_FEMALE_STYLE:LyricStyle
DEFAULT_MALE_STYLE | constant |
public static const DEFAULT_MALE_STYLE:LyricStyle
DEFAULT_SYNC_STYLE | constant |
public static const DEFAULT_SYNC_STYLE:LyricStyle
FEMALE | constant |
public static const FEMALE:String = "f"
MALE | constant |
public static const MALE:String = "m"