Page.textRect

Prints the text inside the specified region.

Graphics Mode
Before and after
GMode.textObject
class Page
textRect
(
float left
,
float top
,
float right
,
float bottom
,
string text
,,
uint* len
)

Parameters

left float

Coordinates of corners of the region to output text.

top float

Coordinates of corners of the region to output text.

right float

Coordinates of corners of the region to output text.

bottom float

Coordinates of corners of the region to output text.

text string

The text to show.

alignment HaruTextAlignment

The alignment of the text.

len uint*

If not NULL, the number of characters printed in the area is returned.

Meta