sf-svg
|
Enums definitions. More...
Go to the source code of this file.
Namespaces | |
nsvg | |
Nanosvg++ namespace. | |
Enumerations | |
enum | PaintType { NONE = 0, COLOR = 1, LINEAR_GRADIENT = 2, RADIAL_GRADIENT = 3 } |
enum | SpreadType { PAD = 0, REFLECT = 1, REPEAT = 2 } |
enum | LineJoin { MITER = 0, ROUND = 1, BEVEL = 2 } |
enum | LineCap { BUTT = 0, ROUND = 1, SQUARE = 2 } |
enum | FillRule { NONZERO = 0, EVENODD = 1 } |
enum | Flags { NSVG_FLAGS_VISIBLE = 0x01, INVISIBLE = 0x00 } |
enum | GradientUnits { USER_SPACE = 0, OBJECT_SPACE = 1 } |
enum | nsvg::Units { nsvg::Units::UNITS_USER, nsvg::Units::UNITS_PX, nsvg::Units::UNITS_PT, nsvg::Units::UNITS_PC, nsvg::Units::UNITS_MM, nsvg::Units::UNITS_CM, nsvg::Units::UNITS_IN, nsvg::Units::UNITS_PERCENT, nsvg::Units::UNITS_EM, nsvg::Units::UNITS_EX } |
Available units. More... | |
Enums definitions.