Is it planned to add to Processing a way to find out the DPI (resolution) of a given PGraphics?
in
Core Library Questions
•
1 year ago
In the library Geomerative, I'm trying to find out the resolution (dots per inch) of a given device . I must convert from device independent units (inches, etc...) that exist in fonts and SVGs to device units and I need this value.
Is there any plan to add this to the Processing API (I think it could belong here since each PGraphics will have a different one...)?
If not, is there any way to do this in a cross-platform way, so that it works both in desktop (using AWT) and in Android?
Thanks
1