Closed danzel closed 11 years ago
ATM building sprite font images (especially with retina) can take ages. Multithread it or something so it can be faster.
Partially implemented in a391a85d0f5570725acf1f977657dc73072fd1a7 Kerning needs paralleling too.
Turns out the bit I paralleled was the only slow bit. Sorted.
ATM building sprite font images (especially with retina) can take ages. Multithread it or something so it can be faster.