Einführung
PHP Manual
PHP Manual»UI»UI\Draw\Text\Font

Represents a Font

(UI 0.9.9)

Loads a described font

class UI\Draw\Text\Font {
/* Constructor */
public function __construct(UI\Draw\Text\Font\Descriptor $descriptor)
/* Methoden */
public function getAscent(): float
public function getDescent(): float
public function getLeading(): float
public function getUnderlinePosition(): float
public function getUnderlineThickness(): float
}

Inhaltsverzeichnis

To Top