Re: fonts for use in c or c++ program

From: Corey Murtagh (emonk_at_slingshot.co.nz.no.uce)
Date: 11/27/03


Date: Thu, 27 Nov 2003 21:59:38 +1300

Doug wrote:

> I've spent hours searching for free downloadable fonts
> for use within a C or C++ program for DOS. The Borland graphic
> fonts that I do have are not sufficient for my needs.

What needs exactly?

It's not too hard to write font code, depending on what exactly you need
from it. A monospace font is simple enough to do. Or you could write
some code to import and draw fonts from the Sphere project's format,
with the advantage that you can create your own fonts in that format
from their editor, etc.

-- 
Corey Murtagh
The Electric Monk
"Quidquid latine dictum sit, altum viditur!"


Relevant Pages