Representa una fuente

(UI 0.9.9)

Introducción

Carga una fuente descrita

Sinopsis de la Clase

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

Tabla de contenidos

add a note

User Contributed Notes

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