rsvg.types

Undocumented in source.

Members

Aliases

DimensionData
alias DimensionData = RsvgDimensionData
Error
alias Error = RsvgError
HandleFlags
alias HandleFlags = RsvgHandleFlags
Length
alias Length = RsvgLength
PositionData
alias PositionData = RsvgPositionData
Rectangle
alias Rectangle = RsvgRectangle
SizeFunc
alias SizeFunc = void delegate(out int width, out int height)

Function to let a user of the library specify the SVG's dimensions

Unit
alias Unit = RsvgUnit

Manifest constants

MAJOR_VERSION
enum MAJOR_VERSION;

This is a C macro that expands to a number with the major version of librsvg against which your program is compiled.

MICRO_VERSION
enum MICRO_VERSION;

This is a C macro that expands to a number with the micro version of librsvg against which your program is compiled.

MINOR_VERSION
enum MINOR_VERSION;

This is a C macro that expands to a number with the minor version of librsvg against which your program is compiled.

VERSION
enum VERSION;

This is a C macro that expands to a string with the version of librsvg against which your program is compiled.