Source position: libsdl2_ttf.pas line 140
type TTTF_MeasureUTF8 = function(
font: PTTF_Font;
text: PAnsiChar;
measure_width: cint;
extent: pcint;
count: pcint
):cint;