Represents a Font

(PHP 7, UI 0.9.9)

Wstęp

Loads a described font

Krótki opis klasy

UI\Draw\Text\Font {
/* Constructor */
public __construct ( UI\Draw\Text\Font\Descriptor $descriptor )
/* Metody */
public getAscent ( void ) : float
public getDescent ( void ) : float
public getLeading ( void ) : float
public getUnderlinePosition ( void ) : float
public getUnderlineThickness ( void ) : float
}

Spis treści

add a note add a note

User Contributed Notes

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