TextDesignElement

data class TextDesignElement(text: String, frame: <ERROR CLASS>, font: <ERROR CLASS>, scale: Float, fixOffset: Boolean)

Functions

component1
Link copied to clipboard
operator fun component1(): String
component2
Link copied to clipboard
operator fun component2(): <ERROR CLASS>
component3
Link copied to clipboard
operator fun component3(): <ERROR CLASS>
component4
Link copied to clipboard
operator fun component4(): Float
component5
Link copied to clipboard
operator fun component5(): Boolean
copy
Link copied to clipboard
fun copy(text: String, frame: <ERROR CLASS>, font: <ERROR CLASS>, scale: Float, fixOffset: Boolean): TextDesignElement
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

fixOffset
Link copied to clipboard
val fixOffset: Boolean
font
Link copied to clipboard
val font: <ERROR CLASS>
frame
Link copied to clipboard
val frame: <ERROR CLASS>
scale
Link copied to clipboard
var scale: Float
text
Link copied to clipboard
val text: String