I have searched in the MSDN, but nothing meet my needs.
Could anyone help me? THANKS.
#include <windows.h> int main (void) { // HOW TO ? }
To get info on the console's font use:
GetConsoleFontSize()
GetCurrentConsoleFont()
GetCurrentConsoleFontEx()
To set font info use:
SetCurrentConsoleFontEx()