UI
PHP Manual

Represents a Font

(PHP 7, UI 0.9.9)

導入

Loads a described font

クラス概要

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

目次


UI
PHP Manual