RsvgDimensionData

RsvgDimensionData: @width: SVG's width, in pixels @height: SVG's height, in pixels @em: em @ex: ex

extern (C)
struct RsvgDimensionData {}

Members

Variables

em
double em;
Undocumented in source.
ex
double ex;
Undocumented in source.
height
int height;
Undocumented in source.
width
int width;
Undocumented in source.

Meta