Handle.setDpi

Sets the DPI for the outgoing pixbuf. Common values are 75, 90, and 300 DPI. Passing a number <= 0 to @dpi will reset the DPI to whatever the default value happens to be.

class Handle
void
setDpi
(
double dpi
)

Parameters

dpi double

Dots Per Inch (aka Pixels Per Inch)

Meta