public HPDF_STATUS showTextNextLine(
    string text, 
    float word_space = 0.0, 
    float char_space = 0.0)

Moves the current text position to the start of the next line, then prints the text at the current position on the page.

Graphics Mode

Before and after - GMode.textObject.

Parameters

text

The text to print.