Php/docs/class.ui-draw-text-font-descriptor

From Get docs

(UI 0.9.9)

Introduction

Describes a font


Class synopsis


UI\Draw\Text\Font\Descriptor {

/* Constructor */

public __construct ( string $family , float $size [, int $weight = UI\Draw\Text\Font\Weight::Normal [, int $italic = UI\Draw\Text\Font\Italic::Normal [, int $stretch = UI\Draw\Text\Font\Stretch::Normal ]]] )

/* Methods */

public getFamily ( ) : string

public getItalic ( ) : int

public getSize ( ) : float

public getStretch ( ) : int

public getWeight ( ) : int

}

Table of Contents