Currently gmenu2x only has the concept of resolution but not pixel density (aka PPU, DPI).
We need 2 new settings, ppu_x and ppu_y (pixels per unit, float, default: 1).
These setting would control DPI of fonts and skin sizes and coordinates.
These should probably be skin-level settings.
This is similar to how I've done it in http://github.com/od-contrib/commander
Currently gmenu2x only has the concept of resolution but not pixel density (aka PPU, DPI).
We need 2 new settings,
ppu_xandppu_y(pixels per unit, float, default: 1).These setting would control DPI of fonts and skin sizes and coordinates.
These should probably be skin-level settings.
This is similar to how I've done it in http://github.com/od-contrib/commander