go
RsvgDimensionData
rsvg
c
types
Undocumented in source.
struct
RsvgDimensionData {
int
width
;
int
height
;
double
em
;
double
ex
;
}
Members
Variables
em
double
em
;
em
ex
double
ex
;
ex
height
int
height
;
SVG's height, in pixels
width
int
width
;
SVG's width, in pixels
rsvg
c
types
enums
RsvgError
structs
RsvgDimensionData
RsvgHandle
RsvgHandleClass
RsvgPositionData
Undocumented in source.