help on how to display text in graphic mode

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
digo_rp
Member
Member
Posts: 233
Joined: Sun Jun 05, 2005 11:00 pm

help on how to display text in graphic mode

Post by digo_rp »

Could anyone tell me, or give me some help/docs/sources on how do I display text in graphic mode ? I?m using 800x600x256 vesa
I switch to this resolution using vm86 .
Da_Maestro
Member
Member
Posts: 144
Joined: Tue Oct 26, 2004 11:00 pm
Location: Australia

Re: help on how to display text in graphic mode

Post by Da_Maestro »

The BIOS uses it's built in font. It pretty much just draws the characters onto the screen.

Make a bitmap for each character and draw each bitmap directly into memory. It's not difficult to do.
Two things are infinite: The universe and human stupidity. But I'm not quite sure about the universe.
--- Albert Einstein
digo_rp
Member
Member
Posts: 233
Joined: Sun Jun 05, 2005 11:00 pm

Re: help on how to display text in graphic mode

Post by digo_rp »

tnx I?ll try it.
Post Reply