Package ch.bailu.gtk.pango
Interface ShowFlags
public interface ShowFlags
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Render default-ignorable Unicode
characters visiblystatic final int
Render line breaks visiblystatic final int
No special treatment for invisible charactersstatic final int
Render spaces, tabs and newlines visibly
-
Field Details
-
NONE
static final int NONENo special treatment for invisible characters- See Also:
-
SPACES
static final int SPACESRender spaces, tabs and newlines visibly- See Also:
-
LINE_BREAKS
static final int LINE_BREAKSRender line breaks visibly- See Also:
-
IGNORABLES
static final int IGNORABLESRender default-ignorable Unicode
characters visibly- See Also:
-