mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-17 20:38:06 +02:00
Chris rightfully complained that having a boolean function argument is new in cairo_show_text_glyphs, and indeed avoiding them has been one of the API design criteria for cairo. Trying to come up with alternatives, Owen suggested using a flag type which nicely solves the problem AND future-proofs such a complex API. Please welcome _flags_t APIs to cairo.h |
||
|---|---|---|
| .. | ||
| public | ||
| tutorial | ||
| .gitignore | ||
| Makefile.am | ||