Package net.runelite.api
Interface FontTypeFace
-
public interface FontTypeFace
A bitmap Font in Jagex's format
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getBaseline()
int
getTextWidth(String text)
-
-
-
Method Detail
-
getTextWidth
int getTextWidth(String text)
-
getBaseline
int getBaseline()
-
-