new font
- iceman
- Reverse Adjust Outside Corner Grinder
- Posts: 2448
- Joined: Fri Jan 09, 2004 9:54 am
- Location: Yorkshire, England. Quote: Its the fumes, they make one want to play
- Contact:
new font
I just wasted 1.5 hours of my life using the pencil in photoshop putting down single pixels in an attempt to make a better font ?
I drew them in the old 80's arcade style and you are welcome to use it if ya like, the character format is 7+1 wide and 9+1 high ( the 1's being a space between rows / cols )
I drew them in the old 80's arcade style and you are welcome to use it if ya like, the character format is 7+1 wide and 9+1 high ( the 1's being a space between rows / cols )
- Attachments
-
- iceman 80's retro game font.GIF (769 Bytes) Viewed 6549 times
- iceman
- Reverse Adjust Outside Corner Grinder
- Posts: 2448
- Joined: Fri Jan 09, 2004 9:54 am
- Location: Yorkshire, England. Quote: Its the fumes, they make one want to play
- Contact:
bigger than the original 4+1 pixel wide font so you will need to tweak the source code ever so slightly
actually if you tweak it right you can make the code auto-size so it would take any size font you throw at it
ie:
chrwidth=imagewidth/16 (16 characters wide)
chrheight=imageheight/14 (14 character high)
btw after 1.5 hours and the pixel plotter I got tired and stopped at chr code 127 (thats why its only 6 characters high) but I will finish it off to chr 255 including all the accents one day
edit
I also replaced the "`" character with "£" so that us uk guys can talk about pounds lol
edit2 corrected some mistakes in this post
actually if you tweak it right you can make the code auto-size so it would take any size font you throw at it
ie:
chrwidth=imagewidth/16 (16 characters wide)
chrheight=imageheight/14 (14 character high)
btw after 1.5 hours and the pixel plotter I got tired and stopped at chr code 127 (thats why its only 6 characters high) but I will finish it off to chr 255 including all the accents one day
edit
I also replaced the "`" character with "£" so that us uk guys can talk about pounds lol
edit2 corrected some mistakes in this post

Last edited by iceman on Wed Feb 02, 2005 9:01 pm, edited 1 time in total.
- Tank Program
- Forum & Project Admin, PhD
- Posts: 6712
- Joined: Thu Dec 18, 2003 7:03 pm
the font files follow an ascii version (don't remember which but i think it's extended latin-1 german or something like that) so it's not a neccesarily good idea to replace characters.
anyone feel up to expanding the characters coding to a unicode version? in the end unicode will be the solution and open up for more languages.
font support and character support easily becomes a chicken and egg situation but there are probably more people who can make fonts (graphical files) than can code the support for it so the code should come first imo. not that i expect either to happen over night
btw here's the thread with the fonts i tweaked/made long ago: http://guru3.sytes.net/viewtopic.php?t=807&start=0
anyone feel up to expanding the characters coding to a unicode version? in the end unicode will be the solution and open up for more languages.
font support and character support easily becomes a chicken and egg situation but there are probably more people who can make fonts (graphical files) than can code the support for it so the code should come first imo. not that i expect either to happen over night

btw here's the thread with the fonts i tweaked/made long ago: http://guru3.sytes.net/viewtopic.php?t=807&start=0
"anyone feel up to expanding the characters coding to a unicode version? in the end unicode will be the solution and open up for more languages. "
yeh, i could do that,.. if you hold my hand & get me started , i have font creation experiance..
should i use those ones you started that u linked to in a diff thread?
u want to fill the charectors right?
i know the big font has less than the small font.. but u want both to have more?
explain in detail what u need & i can do the pixel pushing part...
edit: i'm real fond of that arcade font iceman made, i could make the new font in that style ?
yeh, i could do that,.. if you hold my hand & get me started , i have font creation experiance..
should i use those ones you started that u linked to in a diff thread?
u want to fill the charectors right?
i know the big font has less than the small font.. but u want both to have more?
explain in detail what u need & i can do the pixel pushing part...
edit: i'm real fond of that arcade font iceman made, i could make the new font in that style ?