Package ch.bailu.gtk.pango
Interface BaselineShift
public interface BaselineShift
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intLeave the baseline unchangedstatic final intShift the baseline to the subscript position,
relative to the previous runstatic final intShift 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:
-