UI\Draw\Text\Font\Descriptor::__construct
(UI 0.9.9)
UI\Draw\Text\Font\Descriptor::__construct — Construct a new Font Descriptor
说明
public UI\Draw\Text\Font\Descriptor::__construct(
string
float
int
int
int
)
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)
Shall construct a new Font Descriptor
参数
family-
The name of a valid family of fonts
size-
The preferred size
weight-
UI\Draw\Text\Font\Weight constant
italic-
UI\Draw\Text\Font\Italic constant
stretch-
UI\Draw\Text\Font\Stretch constant
+添加备注
用户贡献的备注
此页面尚无用户贡献的备注。
备份地址:http://www.lvesu.com/blog/php/ui-draw-text-font-descriptor.construct.php