Hi,

I'm trying to read text from screen uptime.PNG using getTextAtEx() (Scar). I know x and y coordinates, but I don't know font name and size.

My function call looks like:
Code:
UpChars:=LoadCharsFromFont2('Lucida Console',10,False,False,False,False); 
      uptime:=GetTextAtEx(x+45,y,0,UpChars,false,false,0,0,-1,10,true,tr_AllChars);
I cant get it working. Any suggestions ?


P.S. sorry if I'm writing to the wrong section.