Source position: libsdl3_ttf.pas line 100
type TTTF_Text = record
Text: Pchar;
num_lines: LongInt;
refcount: LongInt;
internal: PTTF_TextData;
end;