Apologies for what may be a dumb question from a non-programmer, but is it possible to use GfxSelectFont and GfxTextOut as a more powerfull version of PlotText. My first thoughts with the new release were, neat, I can get different fonts and sizes for my PlotText output.
However, if I amend my code, and put my bar and price in for x and y of course it doesn't plot where it used to. --- In [email protected], "Tomasz Janeczko" <[EMAIL PROTECTED]> wrote: > > Hello, > > All low-level graphic functions use PIXELS as unit. > Use Status("pxwidth") and Status("pxheight") to find out the pixel dimensions of window pane. > > About overlay order http://www.amibroker.com/guide/h_lowlevelgfx.html > > Best regards, > Tomasz Janeczko > amibroker.com > ----- Original Message ----- > From: J. Biran > To: [email protected] > Sent: Thursday, May 03, 2007 11:50 PM > Subject: RE: [amibroker] X,Y coordinates units in new AmiBroker 4.94.0 BETA > > > > What are the units of X,Y coordinates in the new low level graphics commands: > barnumber/price, > absolute x/y pixels > relative percent of window size? (i.e. plotownscale) > > (would be nice to be able to select either) > > What about "plotting order" (or priority) which covers which? > > > Joseph Biran > ____________________________________________ > > > Friday, May 4, 2007, 12:25:52 AM, you wrote: > > > > > > Hello, > > > > > > AmiBroker 4.94.0 BETA has just been released. > > > http://www.amibroker.com/devlog/2007/05/03/amibroker-4940-beta-released/ > > > > > > The highlights of this release are: > > > > > > 1.. new low-level graphics interface (23 new AFL functions), more details here: > http://www.amibroker.com/guide/h_lowlevelgfx.html > > > 2.. "new look" of charts - more space, clearer display > > > Best regards, > > > Tomasz Janeczko > > > amibroker.com >
