Font Descriptor

(UI 0.9.9)

Einführung

Describes a font

Klassenbeschreibung

class UI\Draw\Text\Font\Descriptor {
/* Constructor */
public function __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
)
/* Methoden */
public function getFamily(): string
public function getItalic(): int
public function getSize(): float
public function getStretch(): int
public function getWeight(): int
}

Inhaltsverzeichnis

add a note

User Contributed Notes

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