Using the FORCEFONT .HPJ Option (93395)



The information in this article applies to:

  • Microsoft Windows Software Development Kit (SDK) 3.1
  • Microsoft Win32 Software Development Kit (SDK) 3.5
  • Microsoft Win32 Software Development Kit (SDK) 3.51
  • Microsoft Win32 Software Development Kit (SDK) 4.0

This article was previously published under Q93395

SUMMARY

The FORCEFONT Help project file (HPJ) option can only be used with the following font names:

Helv
Helvetica
Courier
Tms Rmn
Times
Symbol

Though Helv, Helvetica, Times, and Tms Rmn are not Windows 3.1 fonts, each of them is mapped to a 3.1 font in the [FontSubstitutes] section of WIN.INI by Windows Setup. They are mapped as follows:

Helv=MS Sans Serif
Tms Rmn=MS Serif
Times=Times New Roman
Helvetica=Arial

To force a Help file to use MS Sans Serif, the FORCEFONT option should be:

FORCEFONT=Helv


Modification Type:MajorLast Reviewed:1/12/2000
Keywords:KB93395