Files Included in FROMAND.ZIP:

FROMAND.SHX - compiled romand font extended to add fractions to the nearest 1/64
FROMAND.SHP - source romand font extended to add fractions to the nearest 1/64
DIMFRACD.LSP - AutoLISP routine that will convert fraction portions of text
       strings and dimensions into the compressed fraction format provided
       by the FROMAND font
ACAD1.LSP - Example addition to ACAD.LSP




FROMAND.SHX -
     The extended characters in FROMAND.SHX are listed below:

   %%130 = 1/64    %%146 = 17/64    %%162 = 33/64    %%178 = 49/64
   %%131 = 1/32    %%147 = 9/32     %%163 = 17/32    %%179 = 25/32
   %%132 = 3/64    %%148 = 19/64    %%164 = 35/64    %%180 = 51/64
   %%133 = 1/16    %%149 = 5/16     %%165 = 9/16     %%181 = 13/16
   %%134 = 5/64    %%150 = 21/64    %%166 = 37/64    %%182 = 53/64
   %%135 = 3/32    %%151 = 11/32    %%167 = 19/32    %%183 = 27/32
   %%136 = 7/64    %%152 = 23/64    %%168 = 39/64    %%184 = 55/64
   %%137 = 1/8     %%153 = 3/8      %%169 = 5/8      %%185 = 7/8
   %%138 = 9/64    %%154 = 25/64    %%170 = 41/64    %%186 = 57/64
   %%139 = 5/3     %%155 = 13/32    %%171 = 21/32    %%187 = 29/32
   %%140 = 11/64   %%156 = 27/64    %%172 = 43/64    %%188 = 59/64
   %%141 = 3/16    %%157 = 7/16     %%173 = 11/16    %%189 = 15/16
   %%142 = 13/64   %%158 = 29/64    %%174 = 45/64    %%190 = 61/64
   %%143 = 7/3     %%159 = 15/32    %%175 = 23/32    %%191 = 31/32
   %%144 = 15/64   %%160 = 31/64    %%176 = 47/64    %%192 = 63/64
   %%145 = 1/4     %%161 = 1/2      %%177 = 3/4

DIMFRACD.LSP
      DIMFRACD.LSP will take all text strings and dimensions from a selection
   set, find any in-line fractions (eg. 32/64), and convert each string to
   a corresponding DIMFRACD string with compressed fractions.  Dimensions
   are exploded first, then converted.  Text strings (and dimensions) are
   treated as centered text.  The text string is shifted slightly to
   compensate for a shorter overall string length.  Up to 6 fractions are
   converted in each string.

Consider this program and font to be freeware.
B. Johnson - 72540,3636
