home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 10: Diskmags / nf_archive_10.iso / MAGS / AT_WORLD / ATRIW2A.MSA / GDOS_CHK.A62_GD_CHECK.INF < prev    next >
Text File  |  1994-11-14  |  2KB  |  40 lines

  1. *********************************************
  2. * Configuration file for GDOS-Check v2.0
  3. *********************************************
  4. *
  5. * Comments: from '*' to line end
  6. * Strings have to be 'quoted'
  7. *
  8. *********************************************
  9.  
  10. * The head-lines appear at the top of every page
  11. ShowHeadline   1            * create head-lines? 0 = no, 1 = yes
  12. HeadlineAtt    8            * text attributes for the head-line
  13.                             * 0 = none, 1 = bold, 2 = light,
  14.                             * 4 = italic, 8 = underlined
  15.  
  16. * A title-line gets created for every font.
  17. TitleLine      '"#N": #T font in #S pts, ID=#I'
  18.                             * variables: #N = font name, #T = font type
  19.                             *            #S = font size in pts, #I = font index
  20. TitleFontName  'Typewriter' * name of the font for the title-lines
  21.                             * (empty -> running font)
  22. TitleFontSize 10            * size of the title in pts
  23. TitleAtt       0            * text attributes for the title-line
  24.                             * 0 = none, 1 = bold, 2 = light,
  25.                             * 4 = italic, 8 = underlined
  26.  
  27. * For vector fonts up to 20 font sizes may be defined.
  28. * Every size creates its own title-line and font sample.
  29. *VecFontSize    9           * font size of the vektor fonts in pts
  30. VecFontSize   12           * font size of the vektor fonts in pts
  31.  
  32. * For every title-line up to 20 sample lines may be defined.
  33. Test 'abcdefghijklmnopqrstuvwxyz'
  34. Test 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  35. Test '1234567890'
  36. Test 'The Quick Brown Fox Jumps Over A Lazy Dog.'
  37. Test ''                    * closed by a blank line
  38.  
  39. *********************************************
  40.