Package: cairo
CEnum cairo-path-data-type-t
Details The cairo-path-data-type-t enumeration is used to describe the type of one portion of a path when represented as a cairo-path-t instance. See the cairo-path-data-t structure for details. (defcenum cairo-path-data-type-t :move-to :line-to :curve-to :close-path)
| See also |
2021-12-12