TextWriter
Properties
Functions
Link copied to clipboard
Draw pre-set text tokens.
Link copied to clipboard
Moves the cursor to the beginning of the next line without considering additional line spacing or style-specific adjustments like leading. The cursor's x-coordinate is reset to the left edge of the defined text box, while its y-coordinate is incremented by the height of the current font, if available, or remains unchanged if no font is set.
Link copied to clipboard
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.