A RuneTek3 client (377) that is deobfuscated, converted to Kotlin, and includes QoL improvements.
0

Configure Feed

Select the types of activity you want to include in your feed.

add todo

+1 -1
+1 -1
src/com/jagex/runescape/cache/media/TypeFace.java
··· 9 9 10 10 public class TypeFace extends Rasterizer { 11 11 12 - 12 + // Todo: Clean up duplicate legacy methods, by checking if images are not loaded when they are needed instead 13 13 public byte[][] characterPixels = new byte[256][]; 14 14 public int[] characterWidths = new int[256]; 15 15 public int[] characterHeights = new int[256];