Positioning text objects
I have a report that places text on a pre-printed form. Different suppliers of the form place things in slightly different positions so I have saved the top & left properties of each memo object to an iniFile that the user can edit to suit their suppliers forms and I read these values whenever the print is called.
All is working but I am concerned about the values in the iniFile. 1cm is stored as 37.7953 which I note is the number of pixels if you assume 96pixels per inch. Do I need to be concerned about running this on computers set to different PPI values or those using large fonts or accessibility options in Windows? or is the 96 value hard coded in FastReports regardless of the computer setting?
All is working but I am concerned about the values in the iniFile. 1cm is stored as 37.7953 which I note is the number of pixels if you assume 96pixels per inch. Do I need to be concerned about running this on computers set to different PPI values or those using large fonts or accessibility options in Windows? or is the 96 value hard coded in FastReports regardless of the computer setting?