Thread: changing font size

  1. #1
    Registered User
    Join Date
    Aug 2003
    Posts
    45

    changing font size

    hi

    can i increase font size when iam using curses.h

    raajesh

  2. #2
    Registered User
    Join Date
    Mar 2005
    Posts
    1
    Dear raajesh,
    did you find out how to change font size using curses.h?
    I have the same problem and I would be very happy to get some help.
    Last edited by davider; 03-03-2005 at 04:32 PM.

  3. #3
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    curses and ncurses do not support the notion of a "font size". The man page for attron() shows the standard attributes that text can have.

    gg

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Adventures in labyrinth generation.
    By guesst in forum Game Programming
    Replies: 8
    Last Post: 10-12-2008, 01:30 PM
  2. How to Change Text File Font Size
    By space in forum Windows Programming
    Replies: 3
    Last Post: 08-07-2006, 11:42 PM
  3. Trouble with DMA Segmentation Faults
    By firestorm717 in forum C Programming
    Replies: 2
    Last Post: 05-07-2006, 09:20 PM
  4. An exercise in optimization
    By Prelude in forum Contests Board
    Replies: 10
    Last Post: 04-29-2005, 03:06 PM
  5. Increasing Font Size when printing to the screen
    By array in forum C++ Programming
    Replies: 5
    Last Post: 04-18-2004, 01:30 PM