@moxijs/core - v0.3.4
Preparing search index...
MSDFTextOptions
Interface MSDFTextOptions
Options for creating an MSDF BitmapText instance
interface
MSDFTextOptions
{
style
?:
{
align
?:
"center"
|
"left"
|
"right"
;
fontFamily
:
string
;
fontSize
?:
number
;
letterSpacing
?:
number
;
}
;
text
?:
string
|
number
|
{
toString
:
()
=>
string
}
;
[
key
:
string
]:
any
;
}
Indexable
[
key
:
string
]:
any
Index
Properties
style?
text?
Properties
Optional
style
style
?:
{
align
?:
"center"
|
"left"
|
"right"
;
fontFamily
:
string
;
fontSize
?:
number
;
letterSpacing
?:
number
;
}
Optional
text
text
?:
string
|
number
|
{
toString
:
()
=>
string
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
style
text
@moxijs/core - v0.3.4
Loading...
Options for creating an MSDF BitmapText instance