Classes | |
class | Error |
struct | DimensionData |
struct | PositionData |
class | Handle |
Functions | |
void | init () |
Initialize librsvgmm for use. | |
void | term () |
Shut down librsvgmm. | |
void | set_default_dpi (double dpi) |
Sets the DPI for the all future pixel calculations. | |
void | set_default_dpi (double dpi_x, double dpi_y) |
Sets the DPI for the all future pixel calculations. |
void Rsvg::init | ( | ) |
Initialize librsvgmm for use.
void Rsvg::set_default_dpi | ( | double | dpi_x, | |
double | dpi_y | |||
) |
Sets the DPI for the all future pixel calculations.
Common values are 75, 90, and 300 DPI. Passing a number <= 0 to dpi_x or dpi_y will reset the DPI to whatever the default value happens to be.
dpi_x | Horizontal dots per inch (aka pixels per inch) | |
dpi_y | Vertical dots per inch (aka pixels per inch) |
void Rsvg::set_default_dpi | ( | double | dpi | ) |
Sets the DPI for the all future pixel calculations.
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.
dpi | Dots per inch (aka pixels per inch) |
void Rsvg::term | ( | ) |
Shut down librsvgmm.