hi
can i increase font size when iam using curses.h
raajesh
This is a discussion on changing font size within the Linux Programming forums, part of the Platform Specific Boards category; hi can i increase font size when iam using curses.h raajesh...
hi
can i increase font size when iam using curses.h
raajesh
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 03:32 PM.
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