TextDesignRowMultiline

Created by svennahler on 16.04.18.

open class TextDesignRowMultiline(words: Words, width: Float, attributes: TextDesignAttributes, image: <ERROR CLASS>?, imageInsets: <ERROR CLASS>, capInsets: <ERROR CLASS>?, backgroundColor: Int, centerOffset: Float, sizeToFitContent: Boolean, textScaleFactor: Float, minimumHeight: Float, centeredVertically: Boolean) : TextDesignRowMasked

Constructors

TextDesignRowMultiline
Link copied to clipboard
fun TextDesignRowMultiline(words: Words, width: Float, attributes: TextDesignAttributes, image: <ERROR CLASS>?, imageInsets: <ERROR CLASS>, capInsets: <ERROR CLASS>?, backgroundColor: Int, centerOffset: Float, sizeToFitContent: Boolean, textScaleFactor: Float, minimumHeight: Float, centeredVertically: Boolean)

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>
textStyleForFont
Link copied to clipboard
fun textStyleForFont(font: <ERROR CLASS>): <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
autoAdjustTextColor
Link copied to clipboard
override var autoAdjustTextColor: Boolean
backgroundColor
Link copied to clipboard
override var backgroundColor: Int
centeredVertically
Link copied to clipboard
var centeredVertically: Boolean
centerOffset
Link copied to clipboard
var centerOffset: Float
isMasked
Link copied to clipboard
override var isMasked: Boolean
isUsedInInvertedLayout
Link copied to clipboard
override var isUsedInInvertedLayout: Boolean
minimumHeight
Link copied to clipboard
var minimumHeight: Float
shearingAngle
Link copied to clipboard
override var shearingAngle: Float
size
Link copied to clipboard
override var size: SizeValue
sizeToFitContent
Link copied to clipboard
var sizeToFitContent: Boolean
textScaleFactor
Link copied to clipboard
var textScaleFactor: Float
width
Link copied to clipboard
override val width: Float
words
Link copied to clipboard
override val words: Words