virtual class vaseGui::TextView

sys::Obj
  vaseGui::Widget
    vaseGui::TextView

@Js

TextView

autoWrap

Bool autoWrap := true

font

protected Font font()

lineHeightScale

Float lineHeightScale := 1.3f

make

new make()

prefContentSize

protected virtual override Size prefContentSize(Int hintsWidth := -1, Int hintsHeight := -1)

rowHeight

Int rowHeight()

text

Str text := ""

wrapText

List<Str> wrapText(Int w := this.contentWidth())