korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-image
/
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