Represents a Font

(UI 0.9.9)

Giriş

Loads a described font

Sınıf Sözdizimi

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

İçindekiler

add a note

User Contributed Notes

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