CakeFest 2024: The Official CakePHP Conference

UI\Draw\Text\Layout::__construct

(UI 0.9.9)

UI\Draw\Text\Layout::__constructConstruir un nuevo diseño de texto

Descripción

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

Construirá un nuevo diseño de texto

Parámetros

text

El texto para el diseño

font

El tipo de letra a utilizar para escribir

width

El ancho del diseño

add a note

User Contributed Notes

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