Package net.runelite.cache.definitions
Class FontDefinition
- java.lang.Object
-
- net.runelite.cache.definitions.FontDefinition
-
public class FontDefinition extends Object
-
-
Constructor Summary
Constructors Constructor Description FontDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)int[]getAdvances()intgetAscent()inthashCode()voidsetAdvances(int[] advances)voidsetAscent(int ascent)intstringWidth(String s)StringtoString()
-