home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / UT / UT251.ZIP / IM.DWG < prev    next >
Text File  |  1990-08-29  |  3KB  |  87 lines

  1.         ; This file remaps characters in the Inner Mission font
  2.         ; Inner Mission will read in this file if the command line
  3.         ; option -Y1 is entered in the IM command line
  4.         ; 
  5.         ; The characters can be remapped by specifying the new dot
  6.         ; pattern with .'s and x's, as shown below.
  7.         ; To remap a character, start with a line beginning with a
  8.         ; > character.  Then the next character after must be a
  9.         ; character ! thru _ in the ASCII set.  This is the character
  10.         ; that will be remapped.  After this line, there must be a
  11.         ; line with the digits 012345678901.  This line cannot be 
  12.         ; omitted.  Then come the lines with x's and .'s which specify
  13.         ; the new character's appearance.  There cannot be any extra
  14.         ; lines or spaces at the beginning of a line.
  15.         ;   To use the newly defined character use IM with the -Y1
  16.         ; option.  Example:
  17.         ; IM -V0 -Y1 -U0
  18.         ;   This tells IM to not put up the control panel, to read
  19.         ; in the file IM.DWG (must be in the same dir as IM.EXE), and
  20.         ; to enter a user message.
  21.         ;   In your user message which you type in, when you use the
  22.         ; char you redefined, it will come out as you have drawn below.
  23.         ; for instance if you enter a message with an underscore '_' 
  24.         ; then a mouse will show up on the screen when you hit the
  25.         ; 'm' key to see the user message.
  26.         ;   If you would like to have different drawings which you
  27.         ; would like to bring up at different times, just make a batch
  28.         ; file which copies a new file onto IM.DWG, and pipes in the
  29.         ; desired user message.  Example:
  30.         ; (Contents of im-mouse.bat)
  31.         ;
  32.         ; chdir \IM
  33.         ; copy mouse.dwg im.dwg
  34.         ; im -v0 -y1 -u0 < mouse.txt
  35.         ; chdir \
  36.         ;
  37.         ;   To use this you would need a drawing file named mouse.dwg
  38.         ; which is a modified copy of this file.  You would also have
  39.         ; a file called mouse.txt which is the message file.
  40.         ;
  41.         ;
  42. >_        ; To remap a character, put the '>' sign followed by the char
  43. 012345678901    ; this line shows the column count 0-11 (12 cols) DO NO OMIT!
  44. .XX......XX.    ; There are twelve lines of twelve characters
  45. XXX.XXXX.XXX    ; The x's are dots, and the periods are spaces
  46. XXXX....XXXX    ;
  47. ..X......X..    ; This is a mouse face being mapped over the underscore char
  48. .X.XX..XX.X.
  49. .X.XX..XX.X.
  50. .X........X.
  51. ..X......X..
  52. ...X.XX.X...
  53. ....XXXX....
  54. .....XX.....
  55. ............
  56. 012345678901
  57. >(        ; To remap a character, put the '>' sign followed by the char
  58. 012345678901    ; this line shows the column count 0-11 (12 cols)
  59. ...xxxxxxx..    ; There are twelve lines of twelve characters
  60. ...xxx...xxx    ; The x's are dots, and the periods are spaces
  61. ...x.xxx..x.    ;
  62. ...x...xxx..
  63. ...x.....xxx
  64. ...x.......x
  65. ....x.......
  66. .....xx.....
  67. .......xxx..
  68. ..........xx
  69. ............
  70. ............
  71. 012345678901
  72. >)        ; To remap a character, put the '>' sign followed by the char
  73. 012345678901    ; this line shows the column count 0-11 (12 cols)
  74. ............    ; There are twelve lines of twelve characters
  75. xx..........    ; The x's are dots, and the periods are spaces
  76. ..xxx.......    ;
  77. ...x.xx.....
  78. ..x....x....
  79. xx...x..xx..
  80. .xxxxx....x.
  81. .....xxx...x
  82. ........xxxx
  83. .........xx.
  84. xxx....xx...
  85. ...xxxx.....
  86. 012345678901
  87.