new_lineT_new_lineNewLineNewLinenew_line (Operator)
Name
new_lineT_new_lineNewLineNewLinenew_line
— Set the position of the text cursor to the beginning of the next line.
Signature
Description
new_linenew_lineNewLineNewLineNewLinenew_line
sets the position of the text cursor to the beginning
of the next line. The new position depends on the current font. The left end
of the baseline for writing the following text string (not considering
descenders) is placed on this position.
If the next line does not fit into the window the content of the window is
scrolled by the height of one line in the upper direction. In order to
reach the correct new cursor position the font used in the next line must
be set before new_linenew_lineNewLineNewLineNewLinenew_line
is called. The position is changed by the output or input of text
(write_stringwrite_stringWriteStringWriteStringWriteStringwrite_string
, read_stringread_stringReadStringReadStringReadStringread_string
)
or by an explicit change of position by (set_tpositionset_tpositionSetTpositionSetTpositionSetTpositionset_tposition
).
Execution Information
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Parameters
WindowHandleWindowHandleWindowHandleWindowHandlewindowHandlewindow_handle
(input_control) window →
HWindow, HTupleHHandleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)
Window handle.
Result
new_linenew_lineNewLineNewLineNewLinenew_line
returns TRUE if the window is valid. Otherwise
an exception is raised.
Possible Predecessors
open_windowopen_windowOpenWindowOpenWindowOpenWindowopen_window
,
set_fontset_fontSetFontSetFontSetFontset_font
,
write_stringwrite_stringWriteStringWriteStringWriteStringwrite_string
Alternatives
get_tpositionget_tpositionGetTpositionGetTpositionGetTpositionget_tposition
,
get_string_extentsget_string_extentsGetStringExtentsGetStringExtentsGetStringExtentsget_string_extents
,
set_tpositionset_tpositionSetTpositionSetTpositionSetTpositionset_tposition
See also
write_stringwrite_stringWriteStringWriteStringWriteStringwrite_string
,
set_fontset_fontSetFontSetFontSetFontset_font
Module
Foundation