1 decade ago by Hareesun
I realise this isn't really code, but I just thought it might help some people.
Below is a string of all the default characters, handily written so now all you need to do is paste this and see how awesome that font you've spent ages looks.
If you want to make a snippet out of this, Textmate needs the bellow to parse some of the characters...
Below is a string of all the default characters, handily written so now all you need to do is paste this and see how awesome that font you've spent ages looks.
this.font.draw(' !\"#$%&\'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~',2,2);
If you want to make a snippet out of this, Textmate needs the bellow to parse some of the characters...
this.font.draw(' !\"#\$%&\'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\\]^_\`abcdefghijklmnopqrstuvwxyz{|}~',2,2);