newLine

Moves the cursor position to the start of the next line within the defined text box. The horizontal position of the cursor is reset to align with the left edge of the text box, while the vertical position is incremented by the sum of the font's leading value (if available) and the additional line spacing defined in the style settings.

This function is commonly used as part of a text rendering process to ensure proper vertical alignment of subsequent lines of text.