UI\Draw\Text\Font\Descriptor::__construct

(UI 0.9.9)

UI\Draw\Text\Font\Descriptor::__construct构造新的字体描述符

描述

public UI\Draw\Text\Font\Descriptor::__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
)

将构造一个新的字体描述符

参数

family

有效字体系列的名称

size

首选大小

weight

UI\Draw\Text\Font\Weight 常量

italic

UI\Draw\Text\Font\Italic 常量

stretch

UI\Draw\Text\Font\Stretch 常量

添加备注

用户贡献的备注

此页面没有用户贡献的备注。
To Top