We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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).
ppu_x
ppu_y
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently gmenu2x only has the concept of resolution but not pixel density (aka PPU, DPI).
We need 2 new settings,
ppu_x
andppu_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
The text was updated successfully, but these errors were encountered: