home *** CD-ROM | disk | FTP | other *** search
- ; --------------------------------------------------------------------------
- ; gk,05.09.93
- ; Vertical Reader : Configuration File
- ;
- ; --------------------------------------------------------------------------
-
- [User]
- ;
- ; This section will contain your registration information. To register,
- ; replace 'Unregistered' with your name, and set 'Serial' to your
- ; registration code instead of zero. See VR.DOC for information on how
- ; to register VR.
- ;
- UserName = 'Unregistered'
- Serial = 0
-
- [Options]
- ;
- ; Some general options can be set here.
- ;
- ; Inverted status window ? Set InvStat to 1 if wanted, 0 otherwise
- InvStat = 1
-
- ; Draw a frame around the text window ? (1 = yes, 0 = no)
- ; (If you disable this, it is suggested that InvStat be set to 1)
- TextFrame = 1
-
- ; Should a text's status information (page positions, current page #,
- ; bookmarks, current font) be saved to a file (with the extension .VPG ?)
- ; when VR is terminated or another text opened ?
- ; Set SaveStatus to 1 if yes (recommended), else set it to 0.
- ;
- SaveStatus = 1
-
-
- [Fonts]
- ;
- ; Specify which fonts are to be loaded. Enumerate them contiguously as
- ; VR will stop loading fonts as soon as it detects a 'gap'.
- ;
- ; You may add more fonts to the list, but be aware that they use up memory.
- ; (VR can currently handle a maximum of 16 fonts, from 0 to 15)
- ; You may also discard unused fonts to free up memory and speed up
- ; loading. Take care that you don't discard a font that is referred
- ; to (as MenuFont, TitleFont, StatusFont, TextFont0) below.
- ;
- Font0 = smxn0608.vfn
- Font1 = smxn0814.vfn
- Font2 = span0013.vfn
- Font3 = spab0013.vfn
- Font4 = span0015.vfn
- Font5 = spab0015.vfn
- Font6 = fpan0015.vfn
- Font7 = fpab0015.vfn
-
- ;
- ; Specify which font to use for the various display elements.
- ; The numbers given refer to the list above. These fonts _must_
- ; be present !
- ; Take care to select a monospaced font (second character of name
- ; should be 'm') for the MenuFont.
- MenuFont = 1
- TitleFont = 7
- StatusFont = 3
-
- ; Now specify which fonts are available for text display. The
- ; 'Next Font' function (or [*] key) will cycle thru these.
- ; (The 'Sel Font' (or ["] key) will allow to pick one of this list.)
- ; Only TextFont0 has to be present, the others are optional.
- ;
- TextFont0 = 0
- TextFont1 = 2
- TextFont2 = 3
- TextFont3 = 4
- TextFont4 = 5
- TextFont5 = 6
- TextFont6 = 7
-
- [Texts]
- ;
- ; Directory where texts are stored
- ; If this entry is not present (or has a semicolon in front of it),
- ; VR defaults to the directory where it resides itself.
- ;
- ; TextDir = c:\txt
-
- ; Extensions to display, separate patterns with ';
- ; Example: to have VR list only files with .TXT and .DOC extensions,
- ; specify TextExt = *.txt;*.doc
- TextExt = *.txt;*.doc
-
- ; Default font to start with when loading a new text.
- ; Note that it refers to the TextFont<n> entries,
- ; not to the Font<n> entries.
- ;
- DefFont = 4
-