parent root
PHP: UI\Draw\Text\Font - Manual
PHP 7.2.23 Release Announcement

Represents a Font

(PHP 7, UI 0.9.9)

Introduction

Loads a described font

Class synopsis

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

Table of Contents

add a noteadd a note

User Contributed Notes

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