Represents a Font

(UI 0.9.9)

Einführung

Loads a described font

Klassenbeschreibung

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

add a note

User Contributed Notes

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