Kerning

class Kerning(val first: Int, val second: Int, val amount: Int)

Constructors

Link copied to clipboard
fun Kerning(first: Int, second: Int, amount: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val amount: Int
Link copied to clipboard
val first: Int
Link copied to clipboard
val second: Int