Package ch.bailu.gtk.pango
Interface FontScale
public interface FontScale
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Leave the font size unchangedstatic final int
Change the font to a size suitable for Small Capsstatic final int
Change the font to a size suitable for subscriptsstatic final int
Change the font to a size suitable for superscripts
-
Field Details
-
NONE
static final int NONELeave the font size unchanged- See Also:
-
SUPERSCRIPT
static final int SUPERSCRIPTChange the font to a size suitable for superscripts- See Also:
-
SUBSCRIPT
static final int SUBSCRIPTChange the font to a size suitable for subscripts- See Also:
-
SMALL_CAPS
static final int SMALL_CAPSChange the font to a size suitable for Small Caps- See Also:
-