Source position: libsdl2_ttf.pas line 153
type TTTF_RenderText_Shaded_Wrapped = function(
font: PTTF_Font;
text: PAnsiChar;
fg: TSDL_Color;
bg: TSDL_Color;
wrapLength: cuint32
):PSDL_Surface;