melonjs
Preparing search index...
BitmapTextData
Class BitmapTextData
Index
Constructors
constructor
Properties
cap
Height
descent
glyphs
line
Height
pad
Bottom
pad
Left
pad
Right
pad
Top
Methods
parse
Constructors
constructor
new
BitmapTextData
(
data
:
string
)
:
BitmapTextData
Parameters
data
:
string
Returns
BitmapTextData
Properties
cap
Height
capHeight
:
number
= 1
descent
descent
:
number
= 0
glyphs
glyphs
:
{
[
key
:
number
]:
Glyph
}
= {}
line
Height
lineHeight
:
number
= 0
pad
Bottom
padBottom
:
number
= 0
pad
Left
padLeft
:
number
= 0
pad
Right
padRight
:
number
= 0
pad
Top
padTop
:
number
= 0
Methods
parse
parse
(
fontData
:
string
)
:
void
Parameters
fontData
:
string
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
cap
Height
descent
glyphs
line
Height
pad
Bottom
pad
Left
pad
Right
pad
Top
Methods
parse
melonjs
Loading...