UI\Draw\Text\Font\Descriptor::__construct
PHP function
Edit on GitHub ✎
(UI 0.9.9)
Construct a new Font Descriptor
Description
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)
Shall construct a new Font Descriptor
Parameters
familyThe name of a valid family of fonts
sizeThe preferred size
weightUI\Draw\Text\Font\Weight constant
italicUI\Draw\Text\Font\Italic constant
stretchUI\Draw\Text\Font\Stretch constant