Php/docs/class.ui-draw-text-layout

提供:Dev Guides
< Php
移動先:案内検索

(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 [, int $start = 0 [, int $end ]] )

public setColor ( int $color [, int $start = 0 [, int $end ]] )

public setWidth ( float $width )

}

目次