The PangoLogAttr structure stores information
about the attributes of a single character.
guint is_line_break : 1;
if set, can break line in front of character
guint is_mandatory_break : 1;
if set, must break line in front of character
guint is_char_break : 1;
if set, can break here when doing character wrapping
guint is_white : 1;
is whitespace character
guint is_cursor_position : 1;
if set, cursor can appear in front of character.
The PangoLogAttr structure stores information about the attributes of a single character. guint is_line_break : 1; if set, can break line in front of character guint is_mandatory_break : 1; if set, must break line in front of character guint is_char_break : 1; if set, can break here when doing character wrapping guint is_white : 1; is whitespace character guint is_cursor_position : 1; if set, cursor can appear in front of character.