How can I load ASCII char pixels data?

Started by
0 comments, last by brook0344 21 years, 7 months ago
I want to draw text in Linix''s graphic mode (SDL''s). I do not want all letters kept in one bmp file. Is there something called "ASCII Charactars pixels library"? So, how can I draw text on screen without system text API? can Anyone help me?
Advertisement
Check out FreeType, its a free font system that works on windows/linux etc. You give it a string to render, and it tells you what pixels to plot (thats a very simplistic view, but basically how it works).

http://www.freetype.org/index2.html

Alan
"There will come a time when you believe everything is finished. That will be the beginning." -Louis L'Amour

This topic is closed to new replies.

Advertisement