littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graphics.g2d.font
/
BitmapFont
/
BitmapFont
Bitmap
Font
fun
BitmapFont
(
fontSize
:
Float
,
lineHeight
:
Float
,
base
:
Float
,
capHeight
:
Float
,
padding
:
FontMetrics.Padding
,
textures
:
List
<
Texture
>
,
glyphs
:
Map
<
Int
,
BitmapFont.Glyph
>
,
kernings
:
Map
<
Int
,
Kerning
>
,
pages
:
Int
=
1
)