
Originally Posted by
nielsie95
I don't think rs_getuptext uses the fonts in the font folder (not sure though), but you could try using an older version of SCAR.
tryed, 2.03, 3.02, 3.12, 3.15, 3.22
Edit: also i think 2.03 fonts matched emps-scape fonts quite well, but still, it prints just blank
PHP Code:
program New;
var upchars : integer;
begin
activateclient;
wait(3000);
//writeln(rs_GetUpText);
UpChars:= LoadChars2(AppPath + 'CharsRS22\');
writeln(GetTextAtEx(13, 38, 130, UpChars, True, False, 0, 1, $E0E0E0, 20, False, tr_AlphaNumericChars))
end.