Re: fonts for use in c or c++ program
From: Corey Murtagh (emonk_at_slingshot.co.nz.no.uce)
Date: 11/27/03
- Next message: Randy: "Re-mapping a value (Java)"
- Previous message: Corey Murtagh: "Re: Newbie biting off more than he can chew"
- In reply to: Doug: "fonts for use in c or c++ program"
- Next in thread: Robert Vazan: "Re: fonts for use in c or c++ program"
- Reply: Robert Vazan: "Re: fonts for use in c or c++ program"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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!"
- Next message: Randy: "Re-mapping a value (Java)"
- Previous message: Corey Murtagh: "Re: Newbie biting off more than he can chew"
- In reply to: Doug: "fonts for use in c or c++ program"
- Next in thread: Robert Vazan: "Re: fonts for use in c or c++ program"
- Reply: Robert Vazan: "Re: fonts for use in c or c++ program"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|