Placement

data class Placement(val text: String, val pos: Point, val size: Double, val font: Font, val fillStyle: Paint?, val stroke: Stroke?)

Constructors

Link copied to clipboard
constructor(text: String, pos: Point, size: Double, font: Font, fillStyle: Paint?, stroke: Stroke?)

Properties

Link copied to clipboard
Link copied to clipboard
val font: Font
Link copied to clipboard
val pos: Point
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard