CakeFest 2024: The Official CakePHP Conference

UI\Draw\Text\Layout::__construct

(UI 0.9.9)

UI\Draw\Text\Layout::__constructConstruct a new Text Layout

Beschreibung

public UI\Draw\Text\Layout::__construct(string $text, UI\Draw\Text\Font $font, float $width)

Shall construct a new Text Layout

Parameter-Liste

text

The text for the layout

font

The font to use for writing

width

The width of the layout

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top