|
NetSurf
|
Browser interfaces. More...
Go to the source code of this file.
Functions | |
| nserror | browser_set_dpi (int dpi) |
| Set the DPI of the browser. More... | |
| int | browser_get_dpi (void) |
| Get the browser DPI. More... | |
Browser interfaces.
Definition in file browser.h.
| int browser_get_dpi | ( | void | ) |
Get the browser DPI.
Definition at line 45 of file browser.c.
References nscss_screen_dpi.
Referenced by fb_fill_scalar(), and nsgtk_setup().
| nserror browser_set_dpi | ( | int | dpi | ) |
Set the DPI of the browser.
| dpi | The DPI to set. |
Definition at line 32 of file browser.c.
References max, min, nscss_screen_dpi, NSERROR_OK, and NSLOG.
Referenced by ami_font_setdevicedpi(), nsgtk_setup(), and WinMain().