cef_browser_host_t.get_default_zoom_level

Get the default zoom level. This value will be 0.0 by default but can be configured with the Chrome runtime. This function can only be called on the UI thread.

struct cef_browser_host_t
extern (System)
double function(cef_browser_host_t* self) nothrow get_default_zoom_level;

Meta