@moxijs/core - v0.3.4
Preparing search index...
BitmapTextOptions
Interface BitmapTextOptions
Options for creating a BitmapText instance
interface
BitmapTextOptions
{
pixelPerfect
?:
boolean
;
style
?:
{
fill
?:
string
|
number
;
fontFamily
?:
string
;
fontSize
?:
number
;
fontStyle
?:
string
;
[
key
:
string
]:
any
;
}
;
text
?:
string
|
number
|
{
toString
:
()
=>
string
}
;
[
key
:
string
]:
any
;
}
Indexable
[
key
:
string
]:
any
Index
Properties
pixel
Perfect?
style?
text?
Properties
Optional
pixel
Perfect
pixelPerfect
?:
boolean
Optional
style
style
?:
{
fill
?:
string
|
number
;
fontFamily
?:
string
;
fontSize
?:
number
;
fontStyle
?:
string
;
[
key
:
string
]:
any
;
}
Optional
text
text
?:
string
|
number
|
{
toString
:
()
=>
string
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
pixel
Perfect
style
text
@moxijs/core - v0.3.4
Loading...
Options for creating a BitmapText instance