Package ch.bailu.gtk.pango
Interface RenderPart
public interface RenderPart
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
the area behind the textstatic final int
the text itselfstatic final int
overlinesstatic final int
strikethrough linesstatic final int
underlines
-
Field Details
-
FOREGROUND
static final int FOREGROUNDthe text itself- See Also:
-
BACKGROUND
static final int BACKGROUNDthe area behind the text- See Also:
-
UNDERLINE
static final int UNDERLINEunderlines- See Also:
-
STRIKETHROUGH
static final int STRIKETHROUGHstrikethrough lines- See Also:
-
OVERLINE
static final int OVERLINEoverlines- See Also:
-