Package ch.bailu.gtk.pango
Interface Weight
public interface Weight
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
the bold weight (= 700)static final int
the book weight (= 380) Since: 1.24)static final int
the heavy weight (= 900)static final int
the light weight (= 300)static final int
the medium weight (= 500) Since: 1.24static final int
the default weight (= 400)static final int
the semibold weight (= 600)static final int
the semilight weight (= 350) Since: 1.36.7static final int
the thin weight (= 100) Since: 1.24static final int
the ultrabold weight (= 800)static final int
the ultraheavy weight (= 1000) Since: 1.24static final int
the ultralight weight (= 200)
-
Field Details
-
THIN
static final int THINthe thin weight (= 100) Since: 1.24- See Also:
-
ULTRALIGHT
static final int ULTRALIGHTthe ultralight weight (= 200)- See Also:
-
LIGHT
static final int LIGHTthe light weight (= 300)- See Also:
-
SEMILIGHT
static final int SEMILIGHTthe semilight weight (= 350) Since: 1.36.7- See Also:
-
BOOK
static final int BOOKthe book weight (= 380) Since: 1.24)- See Also:
-
NORMAL
static final int NORMALthe default weight (= 400)- See Also:
-
MEDIUM
static final int MEDIUMthe medium weight (= 500) Since: 1.24- See Also:
-
SEMIBOLD
static final int SEMIBOLDthe semibold weight (= 600)- See Also:
-
BOLD
static final int BOLDthe bold weight (= 700)- See Also:
-
ULTRABOLD
static final int ULTRABOLDthe ultrabold weight (= 800)- See Also:
-
HEAVY
static final int HEAVYthe heavy weight (= 900)- See Also:
-
ULTRAHEAVY
static final int ULTRAHEAVYthe ultraheavy weight (= 1000) Since: 1.24- See Also:
-