WinFont Function (ROM Call 0x13)

wingraph.h

void WinFont (WINDOW *w, short Font);

Sets the current window font.

WinFont changes the current text font for the window pointed to by w. All subsequent characters written to the window will use this font. The supported values for Font are F_4x6, F_6x8, and F_8x10, and they are defined in enum Fonts. The 4x6 font is a proportional font while the 6x8 and 8x10 fonts are fixed-width.


Uses: FontSetSys
Used by: assert, cmd_showstat, Dialog, ERD_dialog, Print2DExpr, ABT_dialog, EV_defaultHandler, GR3_paint3d, ST_eraseHelp, ST_helpMsg, ST_modKey, ST_precision, HelpKeys, ERD_notice, EV_quit, GR3_addContours, GR3_handleEvent, ROM Call 0x45B