International PHP Conference Munich 2026

Representa el diseño del texto

(UI 0.9.9)

Introducción

Un diseño de texto representa el diseño del texto que dibujará el lápiz.

Sinopsis de la Clase

class UI\Draw\Text\Layout {
/* Constructor */
public function __construct(string $text, UI\Draw\Text\Font $font, float $width)
/* Métodos */
public function setColor(UI\Draw\Color $color, int $start = 0, int $end = ?)
public function setColor(int $color, int $start = 0, int $end = ?)
public function setWidth(float $width)
}

Tabla de contenidos

add a note

User Contributed Notes

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