表示文本布局

(UI 0.9.9)

简介

文本布局表示将由笔绘制的文本布局

类概要

class UI\Draw\Text\Layout {
/* 构造函数 */
public __construct(string $text, UI\Draw\Text\Font $font, float $width)
/* 方法 */
public setColor(UI\Draw\Color $color, int $start = 0, int $end = ?)
public setColor(int $color, int $start = 0, int $end = ?)
public setWidth(float $width)
}

目录

添加注释

用户贡献注释

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