Re: [fpc-pascal] outtextXY not moving pointer

2017-05-01 Thread Marco van de Voort
In our previous episode, James Richters said: > > Any idea's why this is not working or how to get it fixed? My guess it is a doc bug since the packages/graph/inc/graphh.inc says { 17th april 1999: } { * GraphDefaults() would not reset CP }

[fpc-pascal] outtextXY not moving pointer

2017-05-01 Thread James Richters
I am using a combination of outtext and outtextxy for an application using the graph unit on Windows. I am noticing that outtextxy is not moving the pointer to the end of text as it is supposed to. Outtext does move the pointer, outtextxy is not moving the pointer. The documentation here: h