Package net.runelite.api
Class FontID
- java.lang.Object
-
- net.runelite.api.FontID
-
public final class FontID extends Object
IDs of fonts in the cache
-
-
Field Summary
Fields Modifier and Type Field Description static int
BARBARIAN
static int
BOLD_12
static int
FAIRY_LARGE
static int
FAIRY_SMALL
static int
PLAIN_11
static int
PLAIN_12
static int
QUILL_8
static int
QUILL_CAPS_LARGE
static int
QUILL_MEDIUM
static int
SUROK
static int
TAHOMA_11
static int
VERDANA_11
static int
VERDANA_11_BOLD
static int
VERDANA_13
static int
VERDANA_13_BOLD
static int
VERDANA_15
-
Constructor Summary
Constructors Constructor Description FontID()
-
-
-
Field Detail
-
PLAIN_11
public static final int PLAIN_11
- See Also:
- Constant Field Values
-
PLAIN_12
public static final int PLAIN_12
- See Also:
- Constant Field Values
-
BOLD_12
public static final int BOLD_12
- See Also:
- Constant Field Values
-
QUILL_8
public static final int QUILL_8
- See Also:
- Constant Field Values
-
QUILL_MEDIUM
public static final int QUILL_MEDIUM
- See Also:
- Constant Field Values
-
QUILL_CAPS_LARGE
public static final int QUILL_CAPS_LARGE
- See Also:
- Constant Field Values
-
FAIRY_SMALL
public static final int FAIRY_SMALL
- See Also:
- Constant Field Values
-
FAIRY_LARGE
public static final int FAIRY_LARGE
- See Also:
- Constant Field Values
-
BARBARIAN
public static final int BARBARIAN
- See Also:
- Constant Field Values
-
SUROK
public static final int SUROK
- See Also:
- Constant Field Values
-
VERDANA_11
public static final int VERDANA_11
- See Also:
- Constant Field Values
-
VERDANA_11_BOLD
public static final int VERDANA_11_BOLD
- See Also:
- Constant Field Values
-
TAHOMA_11
public static final int TAHOMA_11
- See Also:
- Constant Field Values
-
VERDANA_13
public static final int VERDANA_13
- See Also:
- Constant Field Values
-
VERDANA_13_BOLD
public static final int VERDANA_13_BOLD
- See Also:
- Constant Field Values
-
VERDANA_15
public static final int VERDANA_15
- See Also:
- Constant Field Values
-
-