UI\Draw\Text\Layout::setWidth
UI\Draw\Text\Font::__construct
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\Draw\Text\Font::__construct
— Construct a new Font
UI\Draw\Text\Font::getAscent
— Font Metrics
UI\Draw\Text\Font::getDescent
— Font Metrics
UI\Draw\Text\Font::getLeading
— Font Metrics
UI\Draw\Text\Font::getUnderlinePosition
— Font Metrics
UI\Draw\Text\Font::getUnderlineThickness
— Font Metrics
UI\Draw\Text\Layout::setWidth
UI\Draw\Text\Font::__construct
UI
PHP Manual