CakeFest 2024: The Official CakePHP Conference

Represents a Font

(UI 0.9.9)

Introducción

Loads a described font

Sinopsis de la Clase

class UI\Draw\Text\Font {
/* Constructor */
/* Métodos */
public getAscent(): float
public getDescent(): float
public getLeading(): float
}

Tabla de contenidos

add a note

User Contributed Notes

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