cef_browser_host_t.set_zoom_level

Change the zoom level to the specified value. Specify 0.0 to reset the zoom level to the default. If called on the UI thread the change will be applied immediately. Otherwise, the change will be applied asynchronously on the UI thread.

struct cef_browser_host_t
extern (System)
void function(cef_browser_host_t* self, double zoomLevel) nothrow set_zoom_level;

Meta