home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / a / appmnfnt.tec < prev    next >
Text File  |  1993-03-21  |  5KB  |  92 lines

  1. ID:AF DESQview/X:  Fonts in the Application Manager
  2. Quarterdeck Technical Note #265
  3. By:  Keven Denton
  4. Last Revised:  October 14, 1992
  5.  
  6. HOW DO I CHANGE FONTS IN THE APPLICATION MANAGER?
  7.  
  8. Fonts available are stored in various subdirectories under DESQview/X.  For a 
  9. list of fonts available, go into DESQview/X and open up a DOS window.  Change 
  10. directory to the BIN subdirectory such as C:\DVX\BIN.  In the BIN subdirectory 
  11. there is a program called XLSFONTS.  If you run XLSFONTS it will display all 
  12. the font types available to you.  You may wish to store this information into 
  13. a text file, which would enable you to bring it up in a standard dos text 
  14. editor or word processor.  In this format, you can then view it page by page 
  15. at your convenience.  You can do this by typing "XLSFONTS >name" at a DOS 
  16. prompt, for example:
  17.  
  18.      XLSFONTS >fonts
  19.  
  20. Now the file is available for viewing in a standard DOS text file called
  21. FONTS. (NOTE:  Early versions of DESQview/X did not come with XLSFONTS.  If
  22. you do not have a copy in your DVX\BIN subdirectory you can download a copy
  23. from the Quarterdeck BBS at 310 314 3227.)
  24.  
  25. WHERE DO I CHANGE THE FONTS FOR THE APPLICATION MANAGER?
  26.  
  27. In order to change the fonts for DESQview/X Application manager you will need 
  28. to edit the APPMAN.CFG file, in your DVX subdirectory.  This can also be done 
  29. in any standard DOS editor or word processor.  Just remember:  if you do it in 
  30. a word processor save your final changes as a DOS text, or ascii, file.  The 
  31. first thing you should do is backup the APPMAN.CFG file before making any 
  32. changes, for example:
  33.  
  34.      copy APPMAN.CFG C:\DVX\APPMAN.OLD
  35.  
  36. (Do NOT name your backup copy APPMAN.BAK because most editors will overwrite 
  37. it on the first edit of APPMAN.CFG.)  This will ensure if you accidentally 
  38. change something, you can restore the default settings, by copying the backup 
  39. file over the current APPMAN.CFG.
  40.  
  41. WHAT FONTS CAN I CHANGE IN THE APPLICATIONS MANAGER?
  42.  
  43. Inside APPMAN.CFG there are three font areas to look into:  MENU_FONT, 
  44. BUTTON_FONT, and SPEED_FONT.
  45.  
  46. WHAT IS THE MENU_FONT?
  47.  
  48. MENU_FONT controls the font that's on your menu selection in the Application 
  49. Manager window.  This can be a bar across the top of the window or a pop-up 
  50. window, depending on how you configured the menu.  You can comment out the 
  51. MENU_FONT already there by putting a # sign in front of the line.  Make sure 
  52. when entering the new font information it is the same format as the font 
  53. information you commented out. Here is an example:
  54.  
  55.      menu_font = "-adobe-helvetica-bold-r-normal--*-120-*-*-p-*-iso8859-1"
  56.  
  57. Make sure the new font is also in quotes, like the above format.  Now enter 
  58. the font you wish from the list you created when looking at XLSFONTS.  An easy 
  59. way to do this is to bring up APPMAN.CFG in one DESQview/X window, and the 
  60. font list in another DESQview/X window.  Now you can use the DESQview/X Mark 
  61. and Transfer feature to mark and transfer the font information from the font 
  62. list window to the APPMAN.CFG window.  (NOTE:  Mark and Transfer is only 
  63. available in the DESQview/X window manager; if using the Openlook or Motif 
  64. Window managers, you will need to retype the font name manually.)
  65.  
  66. WHAT IS THE BUTTON_FONT?
  67.  
  68. BUTTON_FONT controls the font style on the applications manager buttons.  You 
  69. can make changes to this in the same way you changed MENU_FONT.
  70.  
  71. WHAT IS THE SPEED_FONT?
  72.  
  73. SPEED_FONT controls the font style for the display of the speed keys on the 
  74. applications menu.  Speed keys will only be displayed if you chose them to. 
  75. You can also make font changes to them in the same way you made changes to 
  76. MENU_FONT.  For information on speed keys, look up "speedkeys" in the index of 
  77. the Applications Manager section of the "Companions" manual.
  78.  
  79. I HAVE QUESTIONS, OR NEED SOME FURTHER HELP.
  80.  
  81. If you have any further questions, contact Quarterdeck Technical Support at 
  82. (310) 392-9701.  Our BBS number is (310) 314-3227; communications protocol: 8 
  83. Bits, No parity, 1 Stop.  Our fax number is (310) 314-3217.  Support forums 
  84. also exist on CompuServe (GO QUARTERDECK) and BIX (JOIN DESQVIEW).
  85.  
  86.   ************************************************************************
  87.   *          Trademarks are property of their respective owners.         *
  88.   *This technical note may be copied and distributed freely as long as it*
  89.   *is distributed in its entirety and it is not distributed for profit.  *
  90.   *          Copyright (C) 1992 by Quarterdeck Office Systems            *
  91.   ************************ E N D   O F   F I L E *************************
  92.