Package ch.bailu.gtk.pango
Interface BaselineShift
public interface BaselineShift
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Leave the baseline unchangedstatic final int
Shift the baseline to the subscript position,
relative to the previous runstatic final int
Shift the baseline to the superscript position,
relative to the previous run
-
Field Details
-
NONE
static final int NONELeave the baseline unchanged- See Also:
-
SUPERSCRIPT
static final int SUPERSCRIPTShift the baseline to the superscript position,
relative to the previous run- See Also:
-
SUBSCRIPT
static final int SUBSCRIPTShift the baseline to the subscript position,
relative to the previous run- See Also:
-