Dev fail 1.;-;
Rendering the text is handled by the graphics adapter. Right now all he has to do is tell the CPU what text to write. If he were to write a bitmap font renderer, he would have to switch to graphics mode and completely rewrite the whole console I/O.
Coding is so weird.