changing font size [Archive] - C Board

PDA

View Full Version : changing font size


rajesh23
10-07-2003, 09:02 PM
hi

can i increase font size when iam using curses.h

raajesh

davider
03-03-2005, 04:29 PM
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.

Codeplug
03-03-2005, 04:51 PM
curses and ncurses do not support the notion of a "font size". The man page for attron() (http://www.google.com/search?hl=en&q=man+attron) shows the standard attributes that text can have.

gg