home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / PFONTM-A.DMS / in.adf / Chapter11 < prev    next >
Encoding:
Text File  |  1995-11-12  |  12.0 KB  |  317 lines

  1.  
  2.  "Personal Fonts Maker - 11. PDM: The Preferences Menu"
  3.  
  4.  11. PDM: The Preferences Menu " link 11}
  5.   11.1 Code Table " link 11.1}
  6.   11.2 Icons " link 11.2}
  7.   11.3 Comments " link 11.3}
  8.   11.4 Decoding Mode " link 11.4}
  9.        11.4.1 Alphanumeric Symbols}
  10.        11.4.2 Codes 0-7
  11.        11.4.3 Codes 8-32
  12.        11.4.4 Decimal Constants
  13.        11.4.5 Hexadecimal Constants
  14.        11.4.6 Octal Constants
  15.   11.5 Encoding Mode
  16.        11.5.1 Fixed Locations
  17.        11.5.2 Floating Locations
  18.        11.5.3 Strings on Word Boundary
  19.   11.6 Language
  20.   11.7 File Requester
  21.        11.7.1 Expand Path
  22.        11.7.2 List Icons
  23.        11.7.3 Double-Click
  24.  
  25. "Personal Fonts Maker - 11. PDM: The Preferences Menu"
  26.  
  27.  
  28. 11.        PDM: The Preferences Menu
  29.  
  30.    The "Preferences" menu of the Printer Driver Modifier, like the menu
  31. having the same name in the Personal Fonts Maker, contains the functions
  32. used to set the program parameters.
  33.  
  34.  
  35. 11.1       Code Table
  36.  
  37.    When this function is first selected, a help window with a table of the
  38. first 33 ASCII code abbreviations is displayed. The constant-codes which
  39. are displayed are the same of those which are described in section 2.7.1
  40. ("FFDL Constants") and in appendix B.
  41.  
  42.    The window can be dragged with the mouse when the title bar is
  43. selected, just like the main window. The window remains visible until this
  44. function is selected again, the close box of the window is selected, or
  45. the program terminates. The Printer Driver Modifier can be used normally
  46. while the window is displayed.
  47.  
  48.  
  49. 11.2       Icons
  50.  
  51.    This option is identical with the "Icons" parameter of the Personal
  52. Fonts Maker, described in section 7.8. When this menu item is
  53. "checkmarked" (section 1.9.8, "Menus"), the program associates a graphical
  54. Workbench icon with the files saved through the "Save Definitions" option
  55. (section 10.4).
  56.  
  57.    Icons are never associated with printer driver files. Unlike the
  58. Personal Fonts Maker, the Printer Driver Modifier does not have a "current
  59. character image", therefore it is only possible to use the program's
  60. default icon image.
  61.  
  62.  
  63. 11.3       Comments
  64.  
  65.    This parameter determines the format used to store the printer control
  66. sequences with the "Save Definitions" function (section 10.4). If the
  67. "Comments" option is set, a comment precedes each line containing a
  68. printer control sequence in the file with the printer definitions. This
  69. may look like the following example:
  70.  
  71.      PDM DEFS
  72.      ; Reset
  73.          COMM 0 = DLAY ESC \@ DLAY
  74.      ; Initialize
  75.          COMM 1 = NOAV
  76.      ; Line feed (LF)
  77.          COMM 2 = NOAV
  78.      ; CR+LF
  79.          COMM 3 = CR LF
  80.  
  81.      ...
  82.  
  83.      ; ' '
  84.          CHAR 160 = SP
  85.      ; '¡'
  86.          CHAR 161 = (173)
  87.      ; '¢'
  88.          CHAR 162 = (155)
  89.  
  90.    The texts used to comment printer commands are the same as those which
  91. are displayed in the "Function" field (section 9.4.6). These texts may
  92. vary depending on the current user interface language (section 11.6).
  93. Comments are particularly useful if the definitions are to be loaded with
  94. a text editor (or word processor), without the aid of the "Function" field
  95. of the Printer Driver Modifier.
  96.  
  97.    If the "Comments" option is not set, the printer definitions are saved
  98. without comments. Printer definitions saved in this format occupy much
  99. less space, but are less readable once they are loaded with a text
  100. editor.
  101.  
  102.  
  103. 11.4       Decoding Mode
  104.  
  105.    As described in section 2.7.1 ("FFDL Constants"), there are several
  106. ways to represent constant codes. Some methods can be preferred to others
  107. for compactness or readability. The user can write an FFDL sequence in the
  108. editing gadget freely mixing all different formats.
  109.  
  110.    This parameter determines how the Printer Driver Modifier is to
  111. represent the constant codes extracted from the printer drivers' control
  112. sequences. The decimal code 27, for example, may be written as:
  113.  
  114.      ESC
  115. or
  116.      (27)
  117. or
  118.      (0x1B)
  119.  
  120.    The parameter can also be modified after a printer driver has already
  121. been loaded. In this case, the program first verifies if the control
  122. sequences associated with the commands and characters are error-free
  123. (section 10.6). If this is the case, all codes are converted to the new
  124. format.
  125.  
  126.    Different menu subitems can be used to select the different
  127. combinations of this parameter's settings. The following subsections
  128. explain the options in detail.
  129.  
  130.  
  131. 11.4.1     Alphanumeric Symbols
  132.  
  133.    If this option is selected, the Printer Driver Modifier uses single
  134. ASCII characters, preceded by a backslash, to represent the codes from 33
  135. to 126 (decimal). The code 65, for example, would be represented as "\A"
  136. (without quotes) in this mode. Otherwise, if the decimal constants
  137. (section 11.4.4) were selected, the same code would be written as "(65)".
  138.  
  139.  
  140. 11.4.2     Codes 0-7
  141.  
  142.    This flag determines whether the codes from 0 (zero) to 7 are to be
  143. represented with the associated ASCII names from NUL to BEL. By default
  144. this mode is not set, as the codes in the range from 0 to 7 are often used
  145. as numerical parameters to printer control sequences. These values are
  146. usually more readable if they are not converted to ASCII symbols.
  147.  
  148.  
  149. 11.4.3     Codes 8-32
  150.  
  151.    If this flag is set, all codes from 8 to 32 are converted by the
  152. Printer Driver Modifier into the equivalent ASCII control names from BS to
  153. SP.
  154.  
  155.    Section 2.7.1 ("FFDL Constants") and appendix B contain all the codes.
  156. Section 11.1 ("Code Table") explains how to display a help window
  157. containing these codes.
  158.  
  159.  
  160. 11.4.4     Decimal Constants
  161.  
  162.    This option, like the following two, determines the (mathematical) base
  163. to be used to represent numbers between parentheses. Again, it should be
  164. noted that the user can write the constants in any format. This option
  165. only determines the format to be used by the program when codes are
  166. converted automatically into FFDL sequences.
  167.  
  168.    The decimal format is the default mode of the Printer Driver Modifier.
  169.  
  170.  
  171. 11.4.5     Hexadecimal Constants
  172.  
  173.    When this mode is set, constants represented as a number between
  174. parentheses are written in base 16 (sixteen). The number 27 (base 10), for
  175. example, becomes "(0x1B)" in this format. The "0x" prefix is used by the
  176. FFDL to identify hexadecimal numbers.
  177.  
  178.  
  179. 11.4.6     Octal Constants
  180.  
  181.    This option causes numbers to be written in base 8 (eight). The number
  182. 27 (decimal), for example, becomes "(033)" in this format. The leading '0'
  183. (zero) character is used by the FFDL to identify octal numbers.
  184.  
  185.  
  186. 11.5       Encoding Mode
  187.  
  188.    This parameter determines the format in which the tables containing the
  189. control sequences associated with the commands and characters are to be
  190. stored inside the printer driver when the driver is saved.
  191.  
  192.    The Printer Driver Modifier, as the name implies, can be used to modify
  193. the control sequences of an existing driver. The sequences are stored
  194. inside the driver. Not all drivers reserve the same amount of memory for
  195. the tables of commands and characters. The Printer Driver Modifier cannot
  196. increase the total space dedicated to the control sequences, but different
  197. options allow the user to decide how to make best use of the existing
  198. space.
  199.  
  200.    The editing gadget (section 9.4.2) allows the user to edit a control
  201. sequence as long as 256 characters. This is more than enough to describe a
  202. printer's control using the FFDL syntax. Section 9.4.2 explains how much
  203. memory is occupied by the driver's internal representation of the codes.
  204. The Printer Driver Modifier verifies whether the control sequences fit in
  205. the driver's memory only when the "Check Definitions" function (section
  206. 10.6) is executed, either explicitly (selecting the command manually) or
  207. implicitly (before a "Save Driver" operation or a change to the "Decoding
  208. Mode" parameter"). If the memory of a printer driver is not sufficient to
  209. contain the new control sequences, a driver with more memory should be
  210. used as a point of departure.
  211.  
  212.    The encoding mode can be changed at any time. The parameter is checked
  213. by the Printer Driver Modifier only when a driver is saved. If the program
  214. detects that the control sequences in the printer driver which was loaded
  215. are not stored contiguously, only the "Fixed Locations" mode (section
  216. 11.5.1) can be selected.
  217.  
  218.    The following subsections explain each of the possible options offered
  219. by the Printer Driver Modifier to use the printer driver's memory.
  220.  
  221.  
  222. 11.5.1     Fixed Locations
  223.  
  224.    In this mode, the maximum number of bytes which can be occupied by a
  225. control sequence is determined by the original size of the sequence. This
  226. means that a sequence associated with a command or a character can be
  227. edited with the Printer Driver Modifier as long as the size of that
  228. sequence is not increased. The size is not measured after the length of
  229. the FFDL sequence, but after the driver's format in which the sequence is
  230. converted by the Printer Driver Modifier.
  231.  
  232.    The name "Fixed Locations" means that even after the control sequences
  233. are modified, made shorter or cleared, the starting position (location) of
  234. each sequence within the driver is the same as it was before the driver
  235. was modified.
  236.  
  237.    This technique does not modify the driver's internal table of pointers
  238. to the control sequences. In some cases, for example if a control sequence
  239. in the middle of the table is made shorter, a "hole" is created, which may
  240. make it impossible to modify the driver again in the "Floating Locations"
  241. mode (section 11.5.2).
  242.  
  243.  
  244. 11.5.2     Floating Locations
  245.  
  246.    A driver has one chunk of memory where the control sequences associated
  247. with the commands are stored, and one chunk for the control sequences
  248. associated with the characters. In the floating locations mode it does not
  249. matter how much memory is occupied by the single control sequences, as
  250. long as the sum of all the command sequences fits in the memory reserved
  251. for the command table, and the total memory occupied by all control
  252. sequences associated with the characters does not exceed the available
  253. memory for the character table.
  254.  
  255.    In this mode, the program always stores the control sequences one after
  256. the other. If one sequence is reduced by the user, more space becomes
  257. available for the other sequences. The "Check Definitions" function
  258. (section 10.6) can be used to control whether the limits of either the
  259. command table or the character table are being exceeded. When the driver
  260. is saved, any free space remaining at the end of the tables is filled with
  261. zero-bytes.
  262.  
  263.  
  264. 11.5.3     Strings on Word Boundary
  265.  
  266.    This flag affects the way control sequences are stored in the "Floating
  267. Locations" mode (section 11.5.2). Normally, the distance between control
  268. sequences in the same table (commands or characters) is an even number of
  269. bytes. The distance is measured from the beginning (or end) of one
  270. sequence to the beginning (or end) of the following (or preceding) control
  271. sequence. All sequences (starting with the first in each table) are stored
  272. on even byte positions, i.e. they are word-aligned.
  273.  
  274.    In general, aligning data on word boundaries is a good programming
  275. practice on the Amiga computer. In some cases, this is the only way to
  276. store data, depending on what hardware is to process the data. In
  277. practice, printer drivers seem to work well even if the control sequences
  278. are not word-aligned. This saves the pad bytes which have to be inserted
  279. if a sequence would otherwise not be word-aligned.
  280.  
  281.    If this option is disabled, the Printer Driver Modifier does not insert
  282. pad bytes to force all control sequences to be word-aligned. This gives
  283. the user some extra memory for control sequences.
  284.  
  285.  
  286. 11.6       Language
  287.  
  288.    This is the same as the "Language" parameter of the Personal Fonts
  289. Maker, described in section 7.12.
  290.  
  291.  
  292. 11.7       File Requester
  293.  
  294.    The file requester of the Printer Driver Modifier is the same file
  295. requester which is used by the Personal Fonts Maker, which is described in
  296. section 3.23. Three menu items allow the user to control some details of
  297. the file requester.
  298.  
  299.  
  300. 11.7.1     Expand Path
  301.  
  302.    This option works like the one in the Personal Fonts Maker, described
  303. in section 7.11.1
  304.  
  305.  
  306. 11.7.2     List Icons
  307.  
  308.    This option, identical to the one with the same name in the Personal
  309. Fonts Maker program, is described in section 7.11.2.
  310.  
  311.  
  312. 11.7.3     Double-Click
  313.  
  314.    This is the same as the "Double-Click" option of the Personal Fonts
  315. Maker, described in section 7.11.3.
  316.  
  317.