Package ch.bailu.gtk.pango
Interface Stretch
public interface Stretch
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
condensed widthstatic final int
expanded widthstatic final int
extra condensed widthstatic final int
extra expanded widthstatic final int
the normal widthstatic final int
semi condensed widthstatic final int
semi expanded widthstatic final int
ultra condensed widthstatic final int
ultra expanded width
-
Field Details
-
ULTRA_CONDENSED
static final int ULTRA_CONDENSEDultra condensed width- See Also:
-
EXTRA_CONDENSED
static final int EXTRA_CONDENSEDextra condensed width- See Also:
-
CONDENSED
static final int CONDENSEDcondensed width- See Also:
-
SEMI_CONDENSED
static final int SEMI_CONDENSEDsemi condensed width- See Also:
-
NORMAL
static final int NORMALthe normal width- See Also:
-
SEMI_EXPANDED
static final int SEMI_EXPANDEDsemi expanded width- See Also:
-
EXPANDED
static final int EXPANDEDexpanded width- See Also:
-
EXTRA_EXPANDED
static final int EXTRA_EXPANDEDextra expanded width- See Also:
-
ULTRA_EXPANDED
static final int ULTRA_EXPANDEDultra expanded width- See Also:
-