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.TXT < prev    next >
Text File  |  1994-11-21  |  6KB  |  163 lines

  1. -------------------------
  2. Manual to GDOS-Check v2.0
  3. -------------------------
  4.  
  5.  
  6. What GDOS-Check is good for
  7. ---------------------------
  8. GDOS-Check is a little utility for testing the current GDOS installation.
  9.  
  10. GDOS-Check can do two things:
  11.  
  12. - Creating a test page showing the maximum area the GDOS device can print.
  13.  
  14. - Writing  a  list of all fonts in all sizes that are installed for the used 
  15. GDOS device
  16.  
  17.  
  18. What GDOS-Check costs
  19. ---------------------
  20. Nothing.
  21. Except some kBytes of free space at your hard disk or a floppy disk.
  22.  
  23. GDOS-Check  is a freeware utility for the shareware program IdeaList. But it 
  24. can be used for general purpose just as well.
  25. You may copy and spread it as you want.  Under the condition, that all these 
  26. files are copied completely and unchanged:
  27. - GD_CHECK.PRG : the program file
  28. - GD_CHECK.RSC : the resource file
  29. - GD_CHECK.INF : the configuration file
  30. - GD_CHECK.TXT : this text
  31.  
  32.  
  33. By whom GDOS-Check was written
  34. ------------------------------
  35. (C) 1994 by 
  36.   Christoph Bartholme
  37.   Ettlinger Str. 37
  38.   D-76137 Karlsruhe
  39.  
  40. The  author  is  not  responsible for any damage of software and hardware by 
  41. using the program.
  42.  
  43.  
  44. What GDOS-Check needs
  45. ---------------------
  46. Of  course  GDOS-Check  only  is  useful  if  you  have  installed any GDOS. 
  47. GDOS_Check also can manage SpeedoGDOS and NVDI 3.0.
  48.  
  49. Als in the home directory of GD_CHECK.PRG the resource file GD-CHECK.RSC and 
  50. the  configuration  file GD_CHECK.INF have to be found. If GD_CHECK.INF does 
  51. not exist, GDOS-Check will use its internal default parameters.
  52.  
  53.  
  54. How GDOS-Check is used
  55. ----------------------
  56. The  handling of GDOS-Check is rather easy. GDOS-Check opens a window, where 
  57. the  buttons for actions can be klicked. Also there are some popup menus for 
  58. selections.
  59.  
  60. - GDOS-Check  is  finished by clicking the closer gadget of its window or by 
  61. selecting the menu "Quit".
  62.  
  63. -  "GDOS  device": Here you can select one of the devices that are installed 
  64. in  the  system.  Metafile devices are not selecable but all the rest of the 
  65. output devices that are set in ASSIGN.SYS.
  66.  
  67. -  The  font selection: Just an option to limit the amout of the fonts to be 
  68. shown in the font list. You may select the font type (bitmap only, or vector 
  69. only,  or  both)  and  limit  the  range of the first characters of the font 
  70. names.
  71.  
  72. - "Info" shows something about the version and the author.
  73.  
  74. - "Help" explains the program's function.
  75.  
  76. - "Statistics"  shows  some  information about the selected GDOS device: the 
  77. resolution in dpi, the maximum area in mm and the amount of the fonts (total 
  78. and subset = selected range).
  79.  
  80. -  Font list: GDOS-Check prints a font list of the selected GDOS device. The 
  81. amount  can  be  limited  (see  above). The format of the list is set by the 
  82. configuration file GD_CHECK.INF which is scanned at starting.
  83.  
  84. -  Test  page: GDOS-Check  prints a test page to find out the maximum of the 
  85. page's area to be printed.
  86. At the four scales you can see the additional margins, that can be set in an 
  87. adaptation   file  (IXA)  of  IdeaList  by  the  key  words  "GdosMargin_L", 
  88. "GdosMargin_R",  "GdosMargin_T"  and "GdosMargin_B". F.i. to set symmetrical 
  89. margins.  Remember,  that  some GDOS devices print out a bigger area than it 
  90. sizes  at  one  sheet of paper. So GDOS-Check will print out the rest of the 
  91. test  page at a secound page. In this case you must reduce the vertical size 
  92. in  the  IXA  by "GdosMargin_B" as much as you see at the scale of the first 
  93. sheet of the test page.
  94.  
  95.  
  96. How GDOS-Check can be customized - The configuration file GD_CHECK.INF
  97. ----------------------------------------------------------------------
  98. The  format  of  the  font list is set by GD-CHECK.INF. This is a pure ASCII 
  99. file you may change by any text editor.
  100. GD-CHECK.INF  contains  some  key words, followed by a parameter. Also there 
  101. may be remarks marked by a "*". The order of the key words is insignificant. 
  102. Key  words  that  are  not  set  will  be  replaced  by GDOS-Check's default 
  103. parameters. Names and texts have to be 'quoted'.
  104.  
  105. Key words:
  106.  
  107. - ShowHeadLine: Create a head-line at every page begin?
  108. 1 = yes, 0 = no (default = yes)
  109.  
  110. - HeadLineAtt: Text attributes of the head-line. Possible are:
  111. 0  = none, 1 = bold, 2 = light, 4 = italic, 8 = underlined. For combinations 
  112. you may add them. (default = underlined)
  113.  
  114. For every font a title-line is created followed by a font sample.
  115. (default: '"#N": #T-Font in #S pt, ID=#I'):
  116. The key words to set the title-line are:
  117.  
  118. - TitelLine: The line itself; here there are some variables possible:
  119.  
  120.  #N: the font name
  121.  
  122.  #S: font size in pts
  123.  
  124.  #T:  font type, i.e. "Bitmap" or "Vector"; since SpeedoGDOS 5.0 or NVDI 3.0 
  125. vector fonts are specified by "Speedo", "TrueType" and "Type1".
  126.  
  127.  #I: font index
  128. Attention:  Since  SpeedoGDOS 4.2 and NVDI 3.0 an offset of 5000 is added to 
  129. the ID of any vector font. GDOS-Check shows the ID with this offset.
  130.  
  131.  ##: The character "#" itself
  132.  
  133. - TitleFontName: defines the font of the title-line. If the name is empty or 
  134. if the font is not installed GDOS-Check uses the deccribes font instead.
  135. (default: empty)
  136.  
  137. - TitleFontSize: the font size (in pts) of the title-line
  138. (default 10 pt)
  139.  
  140. TitleAtt: text attributes of the title-line; possible are:
  141. 0  = none, 1 = bold, 2 = light, 4 = italic, 8 = underlined. For combinations 
  142. you may add them. (default = none)
  143.  
  144. The  font  sample can be shown in different sizes. For vector fonts there is 
  145. the key word VecFontSize which defines the size (in pts). If different lines 
  146. of this key word exist (up to 20), GDOS-Check writes as many title-lines and 
  147. font samples.
  148. (default: one line, 12 pts)
  149.  
  150. At  bitmap  fonts  always  title-lines  and font samples are created for ALL 
  151. installed  sizes.  Remember  that  the  GDOS  devices offer each bitmap font 
  152. defined  in ASSIGN.SYS in two sizes: The original size and the size enlarged 
  153. by  100%.  Of  course you also may use these enlarged fonts, but the printer 
  154. resolution is halved and the fonts look blocky a little bit.
  155.  
  156. After each title-line up to 20 sample lines may be printed. Therefor the key 
  157. word Test exists. Each sample lines may contain up to 2000 characters. It is 
  158. recommended to set a blank line at the end (just: Test '').
  159. (default: no sample line)
  160.  
  161.  
  162. ----------------------------------------------------------------------------
  163.