Дескриптор шрифта

(UI 0.9.9)

Введение

Описывает шрифт

Обзор классов

class UI\Draw\Text\Font\Descriptor {
/* Конструктор */
public __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
)
/* Методы */
public getFamily(): string
public getItalic(): int
public getSize(): float
public getStretch(): int
public getWeight(): int
}

Содержание

add a note

User Contributed Notes

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