A Windows font containing the Roman-8 character set, HTBGROM8.FON, is supplied with HTBasic. To install the Roman-8 font, select Control Panel, Fonts, and Add.... Then change the drive and directory to LEXICAL subdirectory of the HTBasic directory (HTBWIN, default). Then select Roman8 and OK. Roman8 should then be accessible to any Windows program that uses fixed width fonts.
To select Roman8 for use with HTBasic, use the -fn command line switch, explained in the Getting Started Guide. Select Program Manager, TransEra HTBasic, File, Properties, and add "-fn Roman8" to the command line. For example,
C:\HTBWIN\HTBWIN.EXE -fn Roman8
Note: Changing the display font without changing the keyboard font causes a mismatch for characters above CHR$(128). CONFIGURE KBD, explained below, can correct this situation for the most part.