略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: UI\Draw\Text\Font\Descriptor::__construct

2024-05-02

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

(UI 0.9.9)

UI\Draw\Text\Font\Descriptor::__constructConstruct a new Font Descriptor

说明

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
)

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

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/ui-draw-text-font-descriptor.construct.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3