Uses of Class
net.runelite.client.config.FontType
-
Packages that use FontType Package Description net.runelite.client.config -
-
Uses of FontType in net.runelite.client.config
Methods in net.runelite.client.config that return FontType Modifier and Type Method Description default FontType
RuneLiteConfig. fontType()
default FontType
RuneLiteConfig. infoboxFontType()
default FontType
RuneLiteConfig. interfaceFontType()
default FontType
RuneLiteConfig. tooltipFontType()
static FontType
FontType. valueOf(String name)
Returns the enum constant of this type with the specified name.static FontType[]
FontType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-