FontSetSys Function (ROM Call 0x18F)

graph.h

unsigned char FontSetSys (short Font);

Sets the current font.

FontSetSys changes the current text font. All subsequent characters written to the screen 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. FontSetSys returns the previously active font number.


Used by: DrawFkey, RestoreScrState, Dialog, MenuKey, MenuOff, MenuOn, MenuTopRedef, MenuTopSelect, DrawWinBorder, WinActivate, WinBegin, WinBeginPaint, WinFont, WinRemove, ROM Call 0x421