Using GTK, how do I query the current screen's dpi settings?
|
|
The current accepted answer is for PHPGTK, which feels a bit odd to me. The pure GDK library has this call: gdk_screen_get_resolution(), which sounds like a better match. Haven't worked with it myself, don't know if it's generally reliable. |
||||||
|
|
|
See http://gtk.php.net/manual/en/gdk.gdkscreen.php. You should be able to compute it using the |
||
|
|
