CakeFest 2024: The Official CakePHP Conference

Represents a Font

(UI 0.9.9)

Introdução

Loads a described font

Resumo da classe

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

Índice

add a note

User Contributed Notes

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