Page.setTextRise

Moves the text position in vertical direction by the amount of value. Useful for making subscripts or superscripts.

class Page
void
setTextRise
(
float value
)

Parameters

value float

Text rise, in user space units.

Graphics Mode
Before and after
GMode.pageDescription or GMode.textObject

Meta