Represents Text Layout

(UI 0.9.9)

Introduction

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

Class synopsis

classUI\Draw\Text\Layout {
public__construct(string$text, UI\Draw\Text\Font$font, float$width)
publicsetColor(UI\Draw\Color$color, int$start = 0, int$end = ?)
publicsetColor(int$color, int$start = 0, int$end = ?)
publicsetWidth(float$width)
}

Table of Contents

To Top