Impact

This forum is read only and just serves as an archive. If you have any questions, please post them on github.com/phoboslab/impact

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.

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);

1 decade ago by paularmstrong

It took me about 15 minutes to figure out that your snippet is missing the letter C. Here's the fixed version :-)

// edit: to keep the clutter down, removed the snippet in favor of the first post's fixed snippets

1 decade ago by Hareesun

WHOOPS. :P Thanks for noticing that one :P

// Edited the first post with the correction
Page 1 of 1
« first « previous next › last »