Thread: using fonts in program?

  1. #1
    Registered User
    Join Date
    Jun 2003
    Posts
    31

    Question using fonts in program?

    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

  2. #2
    Registered User Draco's Avatar
    Join Date
    Apr 2002
    Posts
    463
    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.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 4
    Last Post: 02-21-2008, 10:39 AM
  2. Creating Fonts in C program
    By AceBlkwell in forum C Programming
    Replies: 8
    Last Post: 11-28-2007, 01:13 PM
  3. Replies: 3
    Last Post: 03-04-2005, 02:46 PM
  4. My program, anyhelp
    By @licomb in forum C Programming
    Replies: 14
    Last Post: 08-14-2001, 10:04 PM