Am 18.02.2016 um 10:26 schrieb M. Niedermair:
Hi developers,

it is possible to set POINTS_PER_INCH and MM_PER_INCH from private to public, because you can do it in many conversions and so does not have to redefine.

I could do that, but what would be the javadoc?

POINTS_PER_INCH is really: user space units per inch. (The PDF spec mentions that the user space unit is 1⁄72 inch)

but what is MM_PER_INCH ? It is not millimeter per inch, that is 2.54.

1 / (10 * 2.54f) * POINTS_PER_INCH = 2.83. I wonder what this is - maybe the count of user space units per millimeter?

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to