Page 1 of 1

DOS Graphic Character Font ?

Posted: Thu Nov 25, 2010 10:01 pm
by marc_256
Hi,

For my robot,
I'm writing a GLCD (graphic LCD) program,
to convert .BMP files to .PIX files for use with these GLCDs.
see:http://www.marc-systems.be/new_2010/hob ... ftware.htm

I like to use DOS FONT (8 bit/character),
I found LUCIDA CONSOLE font.

Q: How can I use this font in the PB editor ?
I tried to do this but is dos not show the ALT-202... graphic characters.

Thanks,
Marc

Re: DOS Graphic Character Font ?

Posted: Fri Nov 26, 2010 1:45 am
by IdeasVacuum
Don't really understand what you are looking for, but it might be this:

http://www.purebasic.fr/english/viewtopic.php?t=28597

Re: DOS Graphic Character Font ?

Posted: Sat Nov 27, 2010 11:26 am
by marc_256
Hi IdeasVacuum,

This is what I need for the GLCD

Image

These graphic DOS characters

You can see them here

Image

Thanks,

Re: DOS Graphic Character Font ?

Posted: Sat Nov 27, 2010 6:20 pm
by IdeasVacuum
Hello marc

OK, but why do you want to see them in the PB editor? If the characters are used for the display, what did you mean about converting BMP files to PIX files? Is it because the display does not support the font? Even more confused now...... :shock:

Edit: Hmm, something like these guys?

http://www.glcd-tools.com/bitmapconverter.html
http://www.visualglcd.com/

I could imagine a drag n drop gui designer coded in PB for these things, perhaps that is your goal?