CakeFest 2024: The Official CakePHP Conference

UI\Draw\Pen::write

(UI 0.9.9)

UI\Draw\Pen::writeDibuja el texto en el punto

Descripción

public UI\Draw\Pen::write(UI\Point $point, UI\Draw\Text\Layout $layout)

Dibujará la disposición del texto en el punto dado

Parámetros

point

El punto a realizar el dibujo

layout

La disposición del texto a dibujar

add a note

User Contributed Notes

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