Package ch.bailu.gtk.pango
Schnittstelle BaselineShift
public interface BaselineShift
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic 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
-
Felddetails
-
NONE
static final int NONELeave the baseline unchanged- Siehe auch:
-
SUPERSCRIPT
static final int SUPERSCRIPTShift the baseline to the superscript position,
relative to the previous run- Siehe auch:
-
SUBSCRIPT
static final int SUBSCRIPTShift the baseline to the subscript position,
relative to the previous run- Siehe auch:
-