Go to file
Přemysl Eric Janouch c6ebc754d3
Relicense to 0BSD, update mail address
I've come to the conclusion that copyright mostly just stands in the way
of software development.  In my jurisdiction I cannot give up my own
copyright and 0BSD seems to be the closest thing to public domain.

The updated mail address, also used in my author/committer lines,
is shorter and looks nicer.  People rarely interact anyway.
2018-06-24 04:33:15 +02:00
NokiaBold.sfd Hopefully finished 2013-07-21 11:58:37 +02:00
NokiaBold.ttf Hopefully finished 2013-07-21 11:58:37 +02:00
NokiaMedium.sfd Hopefully finished 2013-07-21 11:58:37 +02:00
NokiaMedium.ttf Hopefully finished 2013-07-21 11:58:37 +02:00
README Fixes 2013-07-21 12:13:42 +02:00
nokia-big.bdf Hopefully finished 2013-07-21 11:58:37 +02:00
nokia-big.txt Hopefully finished 2013-07-21 11:58:37 +02:00
nokia-fonts.c Relicense to 0BSD, update mail address 2018-06-24 04:33:15 +02:00
nokia-fonts.h Relicense to 0BSD, update mail address 2018-06-24 04:33:15 +02:00
nokia-fonts.png Hopefully finished 2013-07-21 11:58:37 +02:00
nokia-generate-bdf.c Relicense to 0BSD, update mail address 2018-06-24 04:33:15 +02:00
nokia-menu.bdf Fixes 2013-07-21 12:13:42 +02:00
nokia-menu.txt Fixes 2013-07-21 12:13:42 +02:00
nokia-small-bold.bdf Hopefully finished 2013-07-21 11:58:37 +02:00
nokia-small-bold.txt Initial commit 2013-07-20 23:28:52 +02:00
nokia-small.bdf Hopefully finished 2013-07-21 11:58:37 +02:00
nokia-small.txt Initial commit 2013-07-20 23:28:52 +02:00
xform.c Initial commit 2013-07-20 23:28:52 +02:00

README

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.

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 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/

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.