Or maybe it's just a case of brain-lock.
In a pure graphics environment, I need to place text on the graphic screen not unlike LOCATE row, col.
As I understand it, Graphic Set Pos "locates" in pixels.
The question is: How can I use font size to calculate where to locate text so as not to squeeze the text too tightly or space too far apart?
TIA
BTW: I did look for this but maybe I used the wrong search terms.
In a pure graphics environment, I need to place text on the graphic screen not unlike LOCATE row, col.
As I understand it, Graphic Set Pos "locates" in pixels.
The question is: How can I use font size to calculate where to locate text so as not to squeeze the text too tightly or space too far apart?
TIA
BTW: I did look for this but maybe I used the wrong search terms.
Comment