CakeFest 2024: The Official CakePHP Conference

Represents a Font

(UI 0.9.9)

Introduction

Loads a described font

Synopsis de la classe

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

Sommaire

add a note

User Contributed Notes

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