Package: pango
GFlags pango-show-flags
Details
These flags affect how Pango treats characters that are normally not
visible in the output. (define-g-flags "PangoShowFlags" pango-show-flags (:export t :type-initializer "pango_show_flags_get_type") (:none 0) (:spaces #.(ash 1 0)) (:line-breaks #.(ash 1 1)) (:ignorables #.(ash 1 2)))
| See also |
2021-8-16