Represents Text Layout

(PHP 7, UI 0.9.9)

소개

A Text Layout represents the layout of text which will be drawn by the Pen

클래스 개요

UI\Draw\Text\Layout {
/* Constructor */
public __construct ( string $text , UI\Draw\Text\Font $font , float $width )
/* 메소드 */
public setColor ( UI\Draw\Color $color [, integer $start = 0 [, integer $end ]] )
public setColor ( integer $color [, integer $start = 0 [, integer $end ]] )
public setWidth ( float $width )
}

Table of Contents

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top