Enumeration
PangoShowFlags
since: 1.44
Description [src]
These flags affect how Pango treats characters that are normally not visible in the output.
Available since: 1.44
Members
- 
            PANGO_SHOW_NONE
- 
            No special treatment for invisible characters. - Value: 0
- Available since: 1.44
 
- Value: 
- 
            PANGO_SHOW_SPACES
- 
            Render spaces, tabs and newlines visibly. - Value: 1
- Available since: 1.44
 
- Value: 
- 
            PANGO_SHOW_LINE_BREAKS
- 
            Render line breaks visibly. - Value: 2
- Available since: 1.44
 
- Value: 
- 
            PANGO_SHOW_IGNORABLES
- 
            Render default-ignorable Unicode characters visibly. - Value: 4
- Available since: 1.44
 
- Value: