Module: Pango::WrapMode

Defined in:
(unknown)

Constant Summary collapse

WORD =

wrap lines at word boundaries.

0 or :word
CHAR =

wrap lines at character boundaries.

1 or :char
WORD_CHAR =

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

2 or :word_char