Package-level declarations

Functions

Link copied to clipboard
suspend fun debugBmpFont(): BitmapFont
Link copied to clipboard
fun BitmapFont.drawText(    ctx: RenderContext,     textSize: Double,     str: String,     x: Int,     y: Int,     m: Matrix = Matrix.IDENTITY,     colMul: RGBA = Colors.WHITE,     blendMode: BlendMode = BlendMode.INHERIT,     filtering: Boolean = true)
fun RenderContext.drawText(    font: BitmapFont,     textSize: Double,     str: String,     x: Int,     y: Int,     m: Matrix = Matrix.IDENTITY,     colMul: RGBA = Colors.WHITE,     blendMode: BlendMode = BlendMode.INHERIT,     filtering: Boolean = true)