? UI\Draw\Text\Layout::setWidth
UI\Draw\Text\Font::__construct ?
PHP8中文参考手册
UI
Represents a Font
Represents a Font
(UI 0.9.9)
简介
Loads a described font
类摘要
UI\Draw\Text\Font
{
/* Constructor */
public
__construct
(
UI\Draw\Text\Font\Descriptor
$descriptor
)
/* 方法 */
public
getAscent
( ) :
float
public
getDescent
( ) :
float
public
getLeading
( ) :
float
public
getUnderlinePosition
( ) :
float
public
getUnderlineThickness
( ) :
float
}
Table of Contents
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
User Contributed Notes
There are no user contributed notes for this page.
PHP8中文手册
由
站长在线
整理 版权归PHP文档组所有