Search
Preparing search index...
The search index is not available
@akashic/akashic-engine
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
"lib/main.d"
g
BitmapFont
Class BitmapFont
Hierarchy
BitmapFont
Implements
Font
Index
Constructors
constructor
Properties
default
Glyph
Height
default
Glyph
Width
map
missing
Glyph
size
surface
Methods
destroy
destroyed
glyph
For
Character
Constructors
constructor
new
Bitmap
Font
(
src
:
Surface
|
Asset
, map
:
object
, defaultGlyphWidth
:
number
, defaultGlyphHeight
:
number
, missingGlyph
?:
GlyphArea
)
:
BitmapFont
new
Bitmap
Font
(
param
:
BitmapFontParameterObject
)
:
BitmapFont
Parameters
src:
Surface
|
Asset
map:
object
[
key:
string
]:
GlyphArea
defaultGlyphWidth:
number
defaultGlyphHeight:
number
Optional
missingGlyph:
GlyphArea
Returns
BitmapFont
Parameters
param:
BitmapFontParameterObject
Returns
BitmapFont
Properties
default
Glyph
Height
default
Glyph
Height
:
number
default
Glyph
Width
default
Glyph
Width
:
number
map
map
:
object
Type declaration
[
key:
string
]:
GlyphArea
missing
Glyph
missing
Glyph
:
GlyphArea
size
size
:
number
surface
surface
:
Surface
Methods
destroy
destroy
(
)
:
void
Returns
void
destroyed
destroyed
(
)
:
boolean
Returns
boolean
glyph
For
Character
glyph
For
Character
(
code
:
number
)
:
Glyph
Parameters
code:
number
Returns
Glyph
Globals
Bitmap
Font
constructor
default
Glyph
Height
default
Glyph
Width
map
missing
Glyph
size
surface
destroy
destroyed
glyph
For
Character
Generated using
TypeDoc