Package: pango

GEnum pango:wrap-mode

Declaration

(gobject:define-genum "PangoWrapMode" wrap-mode
  (:export t
   :type-initializer "pango_wrap_mode_get_type")
  (:word 0)
  (:char 1)
  (:word-char 2))  

Values

:word
Wrap lines at word boundaries.
:char
Wrap lines at character boundaries.
:word-char
Wrap lines at word boundaries, but fall back to character boundaries if there is not enough space for a full word.

Details

The pango:wrap-mode enumeration describes how to wrap the lines of a pango:layout object to the desired width.
 

See also

2025-2-18