2024 PHP Conference Japan

字型描述元

(UI 0.9.9)

簡介

描述字型

類別概要

類別 UI\Draw\Text\Font\Descriptor {
/* 建構子 */
公開 __construct(
    字串 $family,
    浮點數 $size,
    整數 $weight = UI\Draw\Text\Font\Weight::Normal,
    整數 $italic = UI\Draw\Text\Font\Italic::Normal,
    整數 $stretch = UI\Draw\Text\Font\Stretch::Normal
)
/* 方法 */
公開 getFamily(): 字串
公開 getItalic(): 整數
公開 getSize(): 浮點數
公開 getStretch(): 整數
公開 getWeight(): 整數
}

目錄

新增註解

使用者貢獻的註解

此頁面沒有使用者貢獻的註解。
To Top