Hello, is it possible to use different fonts in your c program? For example, printing hello world in Arial font?
This is a discussion on using fonts in program? within the C Programming forums, part of the General Programming Boards category; Hello, is it possible to use different fonts in your c program? For example, printing hello world in Arial font?...
Hello, is it possible to use different fonts in your c program? For example, printing hello world in Arial font?
'The bigger they are, the harder they fall' ~Yang
yes, but to do so you have to use a graphics library of some sort, like allegro. Using the standard library in console mode you can only use the regular system font.