Unit
Description:
[ CCode ( cprefix = "RSVG_UNIT_" , has_type_id = false ) ]
public enum Unit
Units for the `RsvgLength` struct.
These have the same meaning as [CSS length units](https://www.w3.org/TR/CSS21/syndata.html#length-units).
Content:
Enum values:
- CM - centimeters
- EM - em, or the current font size
- EX - x-height of the current font
- IN - inches
- MM - millimeters
- PC - picas, or 1/6 inch (12 points)
- PERCENT - percentage values; where <literal
>1.0</literal> means 100%.
- PT - points, or 1/72 inch
- PX - pixels