EDIT: In http://docs.wizzup.org/simba/scriptr...etuptextfilter, how would I use a modified uptext filter? Like do I save it as a .pas file and put it in the same dir? How do I pass a modified uptext filter to rs_SetUpTextFilter?
EDIT 2: NVM. rs_GetUpTextAtEx(7,7,false); seems to work perfectly.
I'm trying to use simba for a private server and I'm trying to figure out a way to get uptext. Right now, I'm thinking of using GetTextAtExWrap to do this but I'm having some trouble with it.
1) What exactly do the spacings represent?Code:function GetTextAtEx(const xs,ys,xe,ye, minvspacing, maxvspacing, hspacing,color, tol: integer;const font: string): string;
2) I have
but it produces "U s e / 2 m o r e o p t i o n s"Code:Writeln(GetTextAtExWrap(4,5,220,22,0,1,2,14475230,30,UpChars));
How do I get rid of the unnecessary spacing and is there a way to allow other colors to be part of the OCR other than using GetTextAtExWrap twice? (It's supposed to be Use pot)


Reply With Quote






