> On 18 Feb 2016, at 01:26, M. Niedermair <[email protected]> wrote: > > Hi developers, > > it is possible to set POINTS_PER_INCH and MM_PER_INCH from private to public,
We probably won't do this because PDRectangle is not the place for such things. > because you can do it in many conversions and so does not have to redefine. If that’s the case then you’re probably not using the APIs in the best manner. If you want to work in inches, then transform the page so that the user space is in inches, rather than points. You can do this by concatenating a scaling matrix to the CTM. > greeting > Michael > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

