Package ch.bailu.gtk.pango
Interface Variant
public interface Variant
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
A font with all characters
replaced by smaller variants of the capital characters.static final int
A font with all characters
replaced by smaller variants of the capital characters.static final int
A normal font.static final int
A font with the lower case characters
replaced by smaller variants of the capital characters.static final int
A font with the lower case characters
replaced by smaller variants of the capital characters.static final int
A font with capital letters that
are more suitable for all-uppercase titles.static final int
A font with the upper case characters
replaced by smaller variants of the capital letters.
-
Field Details
-
NORMAL
static final int NORMALA normal font.- See Also:
-
SMALL_CAPS
static final int SMALL_CAPSA font with the lower case characters
replaced by smaller variants of the capital characters.- See Also:
-
ALL_SMALL_CAPS
static final int ALL_SMALL_CAPSA font with all characters
replaced by smaller variants of the capital characters. Since: 1.50- See Also:
-
PETITE_CAPS
static final int PETITE_CAPSA font with the lower case characters
replaced by smaller variants of the capital characters.
Petite Caps can be even smaller than Small Caps. Since: 1.50- See Also:
-
ALL_PETITE_CAPS
static final int ALL_PETITE_CAPSA font with all characters
replaced by smaller variants of the capital characters.
Petite Caps can be even smaller than Small Caps. Since: 1.50- See Also:
-
UNICASE
static final int UNICASEA font with the upper case characters
replaced by smaller variants of the capital letters. Since: 1.50- See Also:
-
TITLE_CAPS
static final int TITLE_CAPSA font with capital letters that
are more suitable for all-uppercase titles. Since: 1.50- See Also:
-