Changing the default font

[Autolink] Menu

File OS2.INI
Application PM_SystemFonts
Key DefaultFont
Value font name "00"x
Description Default font for
the WPS
Created manuell
Deleted manuell

You can use this entry to change the default font for the WPS.
Example:

 
/* REXX cmd to set the default font for the WPS                       */
/*                                                                    */
/* note: WarpSans is the new default font of WARP 4 (Merlin). To use  */
/*       this font in WARP 3, copy the file DSPRES.DLL from WARP 4    */
/*       to \OS2\DLL and reboot.                                      */
/*       Be careful, though! Some video drivers require a specific    */
/*       version of DSPRES.DLL to work properly.                      */
/*       If the DLL is locked (i.e., in use), just unlock it with the */
/*       Unlock program from LX lite.                                 */
/*                                                                    */

  call rxFuncAdd "SysIni", "REXXUTIL", "SysIni"

  call SysIni "USER", "PM_SystemFonts", "DefaultFont",,
            "9.WarpSans" || "00"x


[Back: Changing the "Save Desktop Settings" page entry]
[Next: Get the display resolution]