Package ch.bailu.gtk.pango
Interface Variant
public interface Variant
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intA font with all characters
replaced by smaller variants of the capital characters.static final intA font with all characters
replaced by smaller variants of the capital characters.static final intA normal font.static final intA font with the lower case characters
replaced by smaller variants of the capital characters.static final intA font with the lower case characters
replaced by smaller variants of the capital characters.static final intA font with capital letters that
are more suitable for all-uppercase titles.static final intA 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:
-