PHP 8.4.6 Released!

UI\Draw\Text\Font\Descriptor::__construct

(UI 0.9.9)

UI\Draw\Text\Font\Descriptor::__constructCrea un nuevo descriptor de fuente

Descripción

public UI\Draw\Text\Font\Descriptor::__construct(
    string $family,
    float $size,
    int $weight = UI\Draw\Text\Font\Weight::Normal,
    int $italic = UI\Draw\Text\Font\Italic::Normal,
    int $stretch = UI\Draw\Text\Font\Stretch::Normal
)

Crea un nuevo descriptor de fuente

Parámetros

family

El nombre de una familia de fuentes válida

size

Tamaño preferido

weight

Una constante de UI\Draw\Text\Font\Weight

italic

Una constante de UI\Draw\Text\Font\Italic

stretch

Una constante de UI\Draw\Text\Font\Stretch

add a note

User Contributed Notes

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