home *** CD-ROM | disk | FTP | other *** search
/ PowerPlay 1996 September / PowerPlay0996.iso / common / db.ltr < prev    next >
Text File  |  1996-03-06  |  2KB  |  198 lines

  1.      ////////////////////   Table of Letters  /////////////////////
  2.  
  3.  
  4. // In the left side fill the place of the char in the font //
  5. // If the char is not in the font put the char  at the start //
  6.  
  7. 0       ->  space  // if 0 -frame 0    else  num of pixels for space.
  8.  
  9.        ->  !
  10.  
  11. 70      ->  "
  12.  
  13.        ->  #
  14.  
  15.        ->  $
  16.  
  17.        ->  %
  18.  
  19.        ->  &
  20.  
  21. 71      ->  '
  22.  
  23. 64      ->  (
  24.  
  25. 65      ->  )
  26.  
  27.        ->  *
  28.  
  29.        ->  +
  30.  
  31. 69      ->  ,
  32.  
  33. 63      ->  -
  34.  
  35. 68      ->  .
  36.  
  37. 67      ->  /
  38.  
  39. 1       ->  0
  40.   
  41. 2       ->  1
  42.  
  43. 3       ->  2
  44.  
  45. 4       ->  3
  46.  
  47. 5       ->  4
  48.  
  49. 6       ->  5
  50.  
  51. 7       ->  6
  52.  
  53. 8       ->  7
  54.  
  55. 9       ->  8
  56.  
  57. 10      ->  9
  58.  
  59. 66      ->  :
  60.  
  61.        ->  ;
  62.  
  63.        ->  <
  64.  
  65.        ->  =
  66.  
  67.        ->  >
  68.  
  69.        ->  ?
  70.  
  71.        ->  @
  72.  
  73. 11      ->  A
  74.  
  75. 12      ->  B
  76.  
  77. 13      ->  C
  78.  
  79. 14      ->  D
  80.  
  81. 15      ->  E
  82.  
  83. 16      ->  F
  84.  
  85. 17      ->  G
  86.  
  87. 18      ->  H
  88.  
  89. 19      ->  I
  90.  
  91. 20      ->  J
  92.  
  93. 21      ->  K
  94.  
  95. 22      ->  L
  96.  
  97. 23      ->  M
  98.  
  99. 24      ->  N
  100.  
  101. 25      ->  O
  102.  
  103. 26      ->  P
  104.  
  105. 27      ->  Q
  106.  
  107. 28      ->  R
  108.  
  109. 29      ->  S
  110.  
  111. 30      ->  T
  112.  
  113. 31      ->  U
  114.  
  115. 32      ->  V
  116.  
  117. 33      ->  W
  118.  
  119. 34      ->  X
  120.  
  121. 35      ->  Y
  122.  
  123. 36      ->  Z
  124.  
  125.       ->  [
  126.  
  127.       ->  \
  128.  
  129.       ->  ]
  130.  
  131.        ->  ^
  132.  
  133.        ->  Not in use
  134.  
  135.        ->  Not in use
  136.  
  137. 37      ->  a
  138.  
  139. 38      ->  b
  140.  
  141. 39      ->  c
  142.  
  143. 40      ->  d
  144.  
  145. 41      ->  e
  146.  
  147. 42      ->  f
  148.  
  149. 43      ->  g
  150.  
  151. 44      ->  h
  152.  
  153. 45      ->  i
  154.  
  155. 46      ->  j
  156.  
  157. 47      ->  k
  158.  
  159. 48      ->  l
  160.  
  161. 49      ->  m
  162.  
  163. 50      ->  n
  164.  
  165. 51      ->  o
  166.  
  167. 52      ->  p
  168.  
  169. 53      ->  q
  170.  
  171. 54      ->  r
  172.  
  173. 55      ->  s
  174.  
  175. 56      ->  t
  176.  
  177. 57      ->  u
  178.  
  179. 58      ->  v
  180.  
  181. 59      ->  w
  182.  
  183. 60      ->  x
  184.  
  185. 61      ->  y
  186.  
  187. 62      ->  z
  188.  
  189.        ->  {
  190.  
  191.        ->  |
  192.  
  193.        ->  }
  194.  
  195.        ->  ~
  196.  
  197. 8      ->  num of pixels for height.
  198.