Package net.eternalclient.api.rs
Interface RSAbstractFont
-
- All Known Subinterfaces:
RSFont
public interface RSAbstractFont
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
drawTextLeftAligned(java.lang.String text, int x, int y, int fontColor, int shadowColor)
void
drawTextRightAligned(java.lang.String text, int x, int y, int fontColor, int shadowColor)
-