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
Fields in net.runelite.client.config declared as FontType Modifier and Type Field Description static FontTypeFontType. BOLDstatic FontTypeFontType. REGULARstatic FontTypeFontType. SMALLMethods in net.runelite.client.config that return FontType Modifier and Type Method Description default FontTypeRuneLiteConfig. dynamicOverlayFont()default FontTypeRuneLiteConfig. infoboxFont()default FontTypeRuneLiteConfig. interfaceFont()default FontTypeRuneLiteConfig. tooltipFont()FontTypeFontType. withBold(boolean bold)FontTypeFontType. withFamily(String family)FontTypeFontType. withFont(Font font)FontTypeFontType. withItalic(boolean italic)FontTypeFontType. withSize(int size)
-