CharWidth

open class CharWidth(val width: Int, val height: Int)

Inheritors

Constructors

Link copied to clipboard
constructor(width: Int, height: Int)

Properties

Link copied to clipboard
val height: Int
Link copied to clipboard
val width: Int

Functions

Link copied to clipboard
open fun scaledWidth(scale: Double): Int