PDA

View Full Version : Fontstudio for DirectX



chronozphere
13-07-2007, 03:49 PM
Hi PGD-people. 8)

I was looking for a good font sollution for my game-engine and i found out about fontstudio. It's a neat little tool wich allows you to generate bitmap-fonts. But unfortunatly the example-project was written using OpenGL.
So i made a version of Font4.pas which uses DirectX9, so my engine can use font's generated by Fontstudio 4. :)

Here is a screenshot of my sample app:


http://img382.imageshack.us/img382/2009/fontstudiofordirectxye8.jpg

Here is the source and EXE.

Mirror 1 (http://www.megaupload.com/nl/?d=VGRP25F7)
Mirror 2 (http://files-upload.com/nl/367372/Fontstudio4forDX.zip.html)

It works for me. I can load composite TGA's and JPG's without any problems.
Feel free to use the files for whatever you want. I cannot give further support for this.

Comment's and questions are welcome. :)

Thank you!

BTW: i used one of clooties samples as a base for this one.