createTextBitmap
actual fun BitmapUtil.createTextBitmap(width: Int, height: Int, text: String, textSizeFactor: Float, textColor: Int, bold: Boolean): Bitmap
expect fun BitmapUtil.createTextBitmap(width: Int, height: Int, text: String, textSizeFactor: Float, textColor: Int, bold: Boolean): Bitmap
actual fun BitmapUtil.createTextBitmap(width: Int, height: Int, text: String, textSizeFactor: Float, textColor: Int, bold: Boolean): Bitmap