TextDesignRowSingle

open class TextDesignRowSingle(words: Words, width: Float, attributes: TextDesignAttributes) : TextDesignRow

Types

Companion
Link copied to clipboard
object Companion

Functions

didRender
Link copied to clipboard
open override fun didRender(canvas: <ERROR CLASS>)
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
layout
Link copied to clipboard
override fun layout()
render
Link copied to clipboard
open override fun render(canvas: <ERROR CLASS>)
textFrame
Link copied to clipboard
open override fun textFrame(element: TextDesignElement, fontSize: Float): <ERROR CLASS>
toString
Link copied to clipboard
open override fun toString(): String
willRender
Link copied to clipboard
open override fun willRender(canvas: <ERROR CLASS>)

Properties

attributes
Link copied to clipboard
override var attributes: TextDesignAttributes
shearingAngle
Link copied to clipboard
override var shearingAngle: Float
size
Link copied to clipboard
override var size: SizeValue
width
Link copied to clipboard
override val width: Float
words
Link copied to clipboard
override val words: Words

Inheritors

TextDesignRowImage
Link copied to clipboard
TextDesignRowMasked
Link copied to clipboard