Okay, I'm making a game.. I want to load a custom font into the console to draw graphics in my game. And the main thing is to load the font programmatically so that another user who launches my game can immediately see this very font, and not the standard consolas or somethisng else.
I already know how to change the font / font size. I already know how to replace the standard console colors with the ones I need. But now I want to draw and upload my own font, is it possible?
Of course I'm going to draw a monospaced (even square) font.