Dark Bit Factory & Gravity

PROGRAMMING => Other languages => Yabasic => Topic started by: tronkko on April 07, 2007

Title: vector font
Post by: tronkko on April 07, 2007
I used a vector font in my Freecell game (http://softagalleria.net/freecell/index.en.html) a few years ago.  Below is an updated version of this font to be used for introductionary screens, game menus and game over texts.  Feel free to use the font in your games/demos.

Toni
Title: Re: vector font
Post by: Jim on April 07, 2007
Hi Toni, Thanks for bringing that up again, it's a great implementation of a classic game.

Jim
Title: Re: vector font
Post by: rain_storm on April 07, 2007
Thats excellent tronkko the best font I'v ever seen in Yabasic by a long shot K+
Title: Re: vector font
Post by: Shockwave on April 07, 2007
That font is really good, I made one myself once upon a time, mine was just made out of lines though, it didn't look even half as good as that. I bet it took ages! Have some good Karma :)
Title: Re: vector font
Post by: Clanky on April 08, 2007
Great Stuff!!!

If I get a title screen for the RTS, would I be able to use this???

K+
Title: Re: vector font
Post by: tronkko on April 08, 2007
If I get a title screen for the RTS, would I be able to use this???

You are welcome to use the vtext module in your games, no need to ask my permission.  I have tried to encapsulate code, data and documentation in to a small package so that the vector font could be easily added to new programs.

Toni
Title: Re: vector font
Post by: Galileo on September 04, 2014
Fantastic!