Definition at line 33 of file FontSet.java.
◆ get()
| Font com.jogamp.graph.font.FontSet.get |
( |
int |
family, |
|
|
int |
stylebits |
|
) |
| throws IOException |
◆ getDefault()
| Font com.jogamp.graph.font.FontSet.getDefault |
( |
| ) |
throws IOException |
◆ FAMILY_CONDENSED
| final int com.jogamp.graph.font.FontSet.FAMILY_CONDENSED = 3 |
|
static |
◆ FAMILY_LIGHT
| final int com.jogamp.graph.font.FontSet.FAMILY_LIGHT = 1 |
|
static |
◆ FAMILY_MEDIUM
| final int com.jogamp.graph.font.FontSet.FAMILY_MEDIUM = 2 |
|
static |
◆ FAMILY_MONOSPACED
| final int com.jogamp.graph.font.FontSet.FAMILY_MONOSPACED = 4 |
|
static |
◆ FAMILY_REGULAR
| final int com.jogamp.graph.font.FontSet.FAMILY_REGULAR = 0 |
|
static |
◆ STYLE_BOLD
| final int com.jogamp.graph.font.FontSet.STYLE_BOLD = 1 << 2 |
|
static |
BOLD style bit flag, {@value}.
Definition at line 57 of file FontSet.java.
◆ STYLE_ITALIC
| final int com.jogamp.graph.font.FontSet.STYLE_ITALIC = 1 << 3 |
|
static |
ITALIC style bit flag, {@value}.
Definition at line 60 of file FontSet.java.
◆ STYLE_NONE
| final int com.jogamp.graph.font.FontSet.STYLE_NONE = 0 |
|
static |
◆ STYLE_SERIF
| final int com.jogamp.graph.font.FontSet.STYLE_SERIF = 1 << 1 |
|
static |
SERIF style/family bit flag.
Fallback to Sans Serif, {@value}
Definition at line 54 of file FontSet.java.
The documentation for this interface was generated from the following file: