Enumeration

Rsvg.Unit

Declaration

enum Rsvg.Unit

Description [src]

Units for the RsvgLength struct. These have the same meaning as CSS length units.

Members

Name Description
RSVG_UNIT_PERCENT

percentage values; where 1.0 means 100%.

RSVG_UNIT_PX

pixels

RSVG_UNIT_EM

em, or the current font size

RSVG_UNIT_EX

x-height of the current font

RSVG_UNIT_IN

inches

RSVG_UNIT_CM

centimeters

RSVG_UNIT_MM

millimeters

RSVG_UNIT_PT

points, or 1/72 inch

RSVG_UNIT_PC

picas, or 1/6 inch (12 points)