Package: pango

GFlags pango:show-flags

Declaration

(gobject:define-gflags "PangoShowFlags" 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)))  

Values

:none
No special treatment for invisible characters.
:spaces
Render spaces, tabs and newlines visibly.
:line-breaks
Render line breaks visibly.
:ignorables
Render default-ignorable Unicode characters visibly.

Details

These flags affect how Pango treats characters that are normally not visible in the output.
 

See also

2025-1-1