Adding fonts in a C++ Program

Hello, I am a newbie in C++. I am using Borland C++ 5. I want to know how to add a downloaded font yo the program and display it in the program. I want the text in the program to be displayed in the font .

Thank you.
Hello there dev
i'm a learner as well..i know how to change your display screen ..you can change the size of it and the colour ..font as well
After you run the program ..go to the black screen..right click on the white bar of the black screen then choose properties after that.. you'll get another screen that has everything about the font..size and colours you can change what you want:)
hope that would solve your problem...have a nice day:)
First, I would stop using Borland C++ and install MS Visual C++ Express. Second, C++ has no native ability to change the font of the command prompt nor can you do anything more than engineer sara stated above. The only option I'm aware of would be to use an API such as ncurses to do this on the console.
Is there any header file that I can use or download to show text in the font I want?
Last edited on
Topic archived. No new replies allowed.