UI
PHP Manual

Font Descriptor

(PHP 7, UI 0.9.9)

Einführung

Describes a font

Klassenbeschreibung

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

Inhaltsverzeichnis


UI
PHP Manual