home *** CD-ROM | disk | FTP | other *** search
/ PSION CD 2 / PsionCDVol2.iso / Programs / 219 / FVIEW.TXT < prev    next >
Text File  |  1998-01-04  |  3KB  |  89 lines

  1. FontView for the Psion Series 5.
  2.  
  3. FontView is a simple to use OPL programmers tool which allows the user
  4. to view any of the Series 5 built-in fonts, with all the style variations.
  5. The Series 3x compatibility fonts are included.
  6.  
  7. The font and style settings may be copied to the clipboard while the font 
  8. is being displayed, by pressing Control-C. They will be copied in the 
  9. following form:
  10.  
  11. gFONT KFontArialNormal18&
  12. gSTYLE KgStyleBold% + KgStyleDoubleHeight% + KgStyleItalic%
  13.  
  14. so it is necessary to have the line
  15.  
  16. INCLUDE "Const.oph" 
  17.  
  18. at the start of your program. If you do not wish to use Const.oph, using
  19. Control-Shift-C will copy the settings to the clipboard in the form:
  20.  
  21. gFONT 268435957
  22. gSTYLE 63
  23.  
  24. Once copied to the clipboard, these settings can be pasted into your OPL
  25. program using Control-V as normal.
  26.  
  27.  
  28. Installing and using FontViewer
  29.  
  30. This archive contains 3 files. If you wish to install FontView to the
  31. Extras menu bar, copy the two files FView.app and FView.aif
  32. into a new folder C:\System\Apps\FView\
  33. The FontView icon should now appear on the Extras menu bar.
  34.  
  35. To do this, press the System icon (the orange icon), press the Menu key,
  36. and under "Tools" select "Preferences". Now ensure that "show system folder"
  37. is ticked, then press "OK".
  38.  
  39. Now navigate to either C:\System\Apps\ or D:\System\Apps\
  40. Either press Shift-Control-N, or select "New folder" from the taskbar,
  41. and type the name FView.
  42.  
  43. If you do not wish to do this, just copy FView.app into any folder,
  44. where it can be run by double-tapping the icon. 
  45.  
  46. The display screen will show the effects of an initial font. This includes
  47. extra information like the sample text width, the font height, font names,
  48. font and style codes. When this screen is shown, the following keys may
  49. be pressed:
  50.  
  51. Control-C            Copy to clipboard using Const.oph names.
  52. Control-Shift-C        Copy to clipboard using font and style numbers.
  53. Control-E            Quit FontViewer.
  54. Esc                    Send to background.
  55.  
  56. LeftArrow            Show the previous font.
  57. RightArrow            Show the next font.
  58. B                    Toggle Bold text.
  59. D                    Toggle Double Height text.
  60. I                    Toggle Italic text.
  61. M                    Toggle Monospaced text.
  62. U                    Toggle Underlined text.
  63. V                    Toggle Inverse text.
  64.  
  65. Tab                    Show a selection dialog.
  66.  
  67.  
  68. Note that some fonts print only a narrow range of characters.
  69.  
  70.  
  71. Support and Updates.
  72.  
  73. FontView is Freeware. 
  74. The author will not be held responsible for any damage or failure occurring
  75. to your Psion or other computer containing this software. The software is
  76. only intended to provide the functionality described in this document.
  77.  
  78. Any problems with this program should be reported to the author at the
  79. email address below. Suggestions for improvements will be gratefully
  80. received. Any future updates may be found on the web site, address below.
  81.  
  82. The author:
  83.  
  84. Roger Muggleton
  85.  
  86. email:  hzk@cix.co.uk
  87. web pages: http://www.cix.co.uk/~hzk/
  88.  
  89.