toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.image.font
/
toBitmapFont
to
Bitmap
Font
inline
fun
Font
.
toBitmapFont
(
fontSize
:
Number
,
chars
:
CharacterSet
=
CharacterSet.LATIN_ALL
,
fontName
:
String
=
this.name
,
paint
:
Paint
=
Colors.WHITE
,
mipmaps
:
Boolean
=
true
,
effect
:
BitmapEffect
?
=
null
)
:
BitmapFont