DrawableFont

class DrawableFont(font: <ERROR CLASS>)

Constructors

DrawableFont
Link copied to clipboard
fun DrawableFont(font: <ERROR CLASS>)

Types

Companion
Link copied to clipboard
object Companion

Functions

approximatelyBoundsOf
Link copied to clipboard
fun approximatelyBoundsOf(str: String, fontSize: Float, destinationRect: <ERROR CLASS>): <ERROR CLASS>
boundsOf
Link copied to clipboard
fun boundsOf(str: String, fontSize: Float, destinationRect: <ERROR CLASS>, lineSpacing: Float, alignment: <ERROR CLASS>): <ERROR CLASS>
createTextPaint
Link copied to clipboard
inline fun createTextPaint(params: <ERROR CLASS>.() -> Unit): <ERROR CLASS>
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
fontMetrics
Link copied to clipboard
fun fontMetrics(fontSize: Float): <ERROR CLASS>
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String
widthOf
Link copied to clipboard
fun widthOf(str: String, size: Float): <ERROR CLASS>

Properties

dummyMeasurePath
Link copied to clipboard
val dummyMeasurePath: <ERROR CLASS>
font
Link copied to clipboard
val font: <ERROR CLASS>
paint
Link copied to clipboard
val paint: <ERROR CLASS>