Source position: libsdl3_ttf.pas line 341
type TTTF_RenderText_Solid_Wrapped = function(
font: PTTF_Font;
Text: Pchar;
length: Tsize_t;
fg: TSDL_Color;
wrapLength: LongInt
):PSDL_Surface;