ImageCharWidth

class ImageCharWidth(val name: String, val fileName: String, val location: PixelLocation, val scale: Double, val width: Int, val height: Int) : CharWidth

Constructors

Link copied to clipboard
constructor(name: String, fileName: String, location: PixelLocation, scale: Double, width: Int, height: Int)

Properties

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

Functions

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