diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2013-07-21 11:43:10 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2013-07-21 11:58:37 +0200 |
commit | 648a59c83a22a5a144e9bfdaca0c96c1646ed2bf (patch) | |
tree | 59e4305a691531817661af378e6eff93e7abec5d /README | |
parent | 940d2835b4f57ac941ab75cec44f697ef9f5eacf (diff) | |
download | nokia-3310-fonts-648a59c83a22a5a144e9bfdaca0c96c1646ed2bf.tar.gz nokia-3310-fonts-648a59c83a22a5a144e9bfdaca0c96c1646ed2bf.tar.xz nokia-3310-fonts-648a59c83a22a5a144e9bfdaca0c96c1646ed2bf.zip |
Hopefully finished
Diffstat (limited to 'README')
-rw-r--r-- | README | 17 |
1 files changed, 11 insertions, 6 deletions
@@ -2,17 +2,22 @@ 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. +nokia-fonts.png is the original image I've drawn with some colour-coded +information you shouldn't need to care about. + +Accented characters not included. Some of them are over here, should you wish +to add them yourself: http://www.dafont.com/nokia-cellphone.font + +Use the nokia-fonts.c, as the textual representation doesn't specify the real +horizontal advance for the characters (some of them don't have a 1px space to +the right of them). I've fixed this 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. +I've compiled two example TTF files for your convenience. + |