Top "Dpi" questions

DPI stands for Dots Per Inch

Changing DPI scaling size of display make Qt application's font size get rendered bigger

I have created some GUI application using Qt. My GUI application contains controls like push button and radio button. When …

c++ qt user-interface resolution dpi
How do I convert a WPF size to physical pixels?

What's the best way to convert a WPF (resolution-independent) width and height to physical screen pixels? I'm showing WPF content …

wpf dpi elementhost
Android hdpi/mdpi/ldpi for Values folder?

Android allows us to define hdpi/mdpi/ldpi for the drawable folder in order to account for different sized screens/…

android xml dpi
Scaling a Phonegap app for different Android screen sizes/densities?

I have a Phonegap app designed to run on Android phones and tablets. The scale of text and images looks …

android css cordova scale dpi
How to include 10" and 7" layouts properly

Nexus 7: 7" 1280x800 Galaxy tab 10.1 10" 1280x800 I want my app to run on 7 and 10 inch tablets. As far as I know, …

android layout tablet dpi
How to get DPI in C# .NET?

I'm trying to build a Windows Forms application using C#. How do I get the DPI in .NET? I've read …

c# .net winforms dpi
How do I convert ppi into dpi for Android images?

I have started making graphics for my Android app using Adobe Photoshop. But I am unable to proceed, as the …

android dpi
Getting actual screen dpi/ppi under windows

I would like to get the actual screen dpi/ppi, not the dpi setting used for font in C++. I …

c++ windows screen dpi ppi
C# WinForms disable DPI scaling

I have a WinForm application which hosts many images. When I put the application on a Win7 machines that has …

c# winforms scale dpi
Disable DPI awareness for WPF application

Good day! I've been working on a WPF app for some time now (as a learning experience and oh boy …

wpf scaling dpi