I am probably the only person on VBF with any interest in mode 13h at the moment but I will ask anyway.

Apart from creating a custom bitmap font (as a very large byte array ) is there any way to draw text (colored) on the screen in mode 13h?

If there is no built-in way to do this then does anyone have a font I can use?

If not then I'll just make my own (oh god that'll take days)....

ascii 65 (A) would be something like this for a 6x5 font bitmap...

Code:
; 'A'
0,1,1,1,0,0,
1,0,0,0,1,0,
1,1,1,1,1,0,
1,0,0,0,1,0,
1,0,0,0,1,0