Currently uses a simplified 4 corner method to draw outline around text in icons
This is bad for 1 pixel fine fonts like common XEN, XHelvetica
Solution
Draw 4 on the mid edges (not corners)
0X0
XTX
0X0
But really, we have enough cpu power to do a full circle of 8 prints
XXX
XTX
XXX
This would guarantee a complete outline
Currently uses a simplified 4 corner method to draw outline around text in icons
This is bad for 1 pixel fine fonts like common XEN, XHelvetica
Solution
Draw 4 on the mid edges (not corners)
0X0
XTX
0X0
But really, we have enough cpu power to do a full circle of 8 prints
XXX
XTX
XXX
This would guarantee a complete outline