home *** CD-ROM | disk | FTP | other *** search
/ Shareware Supreme Volume 6 #1 / swsii.zip / swsii / 194 / VR.ZIP / VR.CFG < prev    next >
Encoding:
Text File  |  1993-09-05  |  3.0 KB  |  97 lines

  1. ; --------------------------------------------------------------------------
  2. ;                                                                gk,05.09.93
  3. ;                   Vertical Reader : Configuration File
  4. ;
  5. ; --------------------------------------------------------------------------
  6.  
  7. [User]
  8. ; This section will contain your registration information. To register,
  9. ; replace 'Unregistered' with your name, and set 'Serial' to your 
  10. ; registration code instead of zero. See VR.DOC for information on how
  11. ; to register VR.
  12. UserName  = 'Unregistered'
  13. Serial    = 0
  14.  
  15. [Options]
  16. ; Some general options can be set here.
  17. ;
  18. ; Inverted status window ? Set InvStat to 1 if wanted, 0 otherwise
  19. InvStat = 1
  20.  
  21. ; Draw a frame around the text window ? (1 = yes, 0 = no)
  22. ; (If you disable this, it is suggested that InvStat be set to 1)
  23. TextFrame = 1
  24.  
  25. ; Should a text's status information (page positions, current page #,
  26. ; bookmarks, current font) be saved to a file (with the extension .VPG ?)
  27. ; when VR is terminated or another text opened ?
  28. ; Set SaveStatus to 1 if yes (recommended), else set it to 0.
  29. ;
  30. SaveStatus = 1
  31.  
  32.  
  33. [Fonts]
  34. ;
  35. ; Specify which fonts are to be loaded. Enumerate them contiguously as
  36. ; VR will stop loading fonts as soon as it detects a 'gap'.
  37. ; You may add more fonts to the list, but be aware that they use up memory.
  38. ; (VR can currently handle a maximum of 16 fonts, from 0 to 15)
  39. ; You may also discard unused fonts to free up memory and speed up 
  40. ; loading. Take care that you don't discard a font that is referred 
  41. ; to (as MenuFont, TitleFont, StatusFont, TextFont0) below.
  42. Font0  = smxn0608.vfn
  43. Font1  = smxn0814.vfn
  44. Font2  = span0013.vfn
  45. Font3  = spab0013.vfn
  46. Font4  = span0015.vfn
  47. Font5  = spab0015.vfn
  48. Font6  = fpan0015.vfn
  49. Font7  = fpab0015.vfn
  50.  
  51. ;
  52. ; Specify which font to use for the various display elements.
  53. ; The numbers given refer to the list above. These fonts _must_
  54. ; be present !
  55. ; Take care to select a monospaced font (second character of name
  56. ; should be 'm') for the MenuFont.
  57. MenuFont   = 1
  58. TitleFont  = 7
  59. StatusFont = 3
  60.  
  61. ; Now specify which fonts are available for text display. The 
  62. ; 'Next Font' function (or [*] key) will cycle thru these.
  63. ; (The 'Sel Font' (or ["] key) will allow to pick one of this list.)
  64. ; Only TextFont0 has to be present, the others are optional.
  65. TextFont0  = 0
  66. TextFont1  = 2
  67. TextFont2  = 3
  68. TextFont3  = 4
  69. TextFont4  = 5
  70. TextFont5  = 6
  71. TextFont6  = 7
  72.  
  73. [Texts]
  74. ;
  75. ; Directory where texts are stored
  76. ; If this entry is not present (or has a semicolon in front of it),
  77. ; VR defaults to the directory where it resides itself.
  78. ;
  79. ; TextDir = c:\txt
  80.  
  81. ; Extensions to display, separate patterns with ';
  82. ; Example: to have VR list only files with .TXT and .DOC extensions,
  83. ; specify TextExt = *.txt;*.doc
  84. TextExt = *.txt;*.doc
  85.  
  86. ; Default font to start with when loading a new text.
  87. ; Note that it refers to the TextFont<n> entries,
  88. ; not to the Font<n> entries.
  89. DefFont = 4
  90.