Package ch.bailu.gtk.pango
Schnittstelle Variant
public interface Variant
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic 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.
-
Felddetails
-
NORMAL
static final int NORMALA normal font.- Siehe auch:
-
SMALL_CAPS
static final int SMALL_CAPSA font with the lower case characters
replaced by smaller variants of the capital characters.- Siehe auch:
-
ALL_SMALL_CAPS
static final int ALL_SMALL_CAPSA font with all characters
replaced by smaller variants of the capital characters. Since: 1.50- Siehe auch:
-
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- Siehe auch:
-
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- Siehe auch:
-
UNICASE
static final int UNICASEA font with the upper case characters
replaced by smaller variants of the capital letters. Since: 1.50- Siehe auch:
-
TITLE_CAPS
static final int TITLE_CAPSA font with capital letters that
are more suitable for all-uppercase titles. Since: 1.50- Siehe auch:
-