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

(UI 0.9.9)

UI\Draw\Text\Font\Descriptor::__constructКонструктор класса Font Descriptor

Описание

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
)

Создаёт новый Font Descriptor

Список параметров

family

Название допустимого семейства шрифтов.

size

Предпочтительный размер

weight

Константа UI\Draw\Text\Font\Weight

italic

Константа UI\Draw\Text\Font\Italic

stretch

Константа UI\Draw\Text\Font\Stretch

add a note

User Contributed Notes

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