diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2013-07-21 00:30:03 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2013-07-21 00:30:03 +0200 |
commit | 940d2835b4f57ac941ab75cec44f697ef9f5eacf (patch) | |
tree | c1bd671658444daf1e2eacad7a0a48390bd5a252 /README | |
parent | a51147d238c654188c9bb5748f2a82e32f020f4a (diff) | |
download | nokia-3310-fonts-940d2835b4f57ac941ab75cec44f697ef9f5eacf.tar.gz nokia-3310-fonts-940d2835b4f57ac941ab75cec44f697ef9f5eacf.tar.xz nokia-3310-fonts-940d2835b4f57ac941ab75cec44f697ef9f5eacf.zip |
Iteration
Diffstat (limited to 'README')
-rw-r--r-- | README | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -0,0 +1,18 @@ +These are the fonts used on the Nokia 3310 phone. I've reconstructed them by +hand, by looking at the screen and drawing the characters as I see them into +GIMP, and then done some processing to make this actually useful. + +Use the .c files, as the textual representation doesn't have all the information +in it (some characters don't have a 1px space to the right of them). I've added +it back in manually. + +I've found this useful in VIM to highlight the zeros: + :highlight mygroup ctermbg=red + :match mygroup /0/ + +If you intend to render the fonts in your application, see nokia-fonts.c and the +related tools that use this file. + +There are also some BDF files provided, so that you can e.g. create a TTF file +by converting them using fontforge and happily use the fonts wherever you like. + |