home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume12 / hershtools / part05 / dif-vfont.c < prev    next >
Encoding:
Text File  |  1987-10-24  |  627 b   |  23 lines

  1. *** vfont.c    Mon Oct 12 03:08:01 1987
  2. --- ../vfont.c    Mon Oct 12 02:00:56 1987
  3. ***************
  4. *** 43,49
  5.           character->addr = 0;
  6.           character->up = character->down =
  7.           character->left = character->right = 0;
  8. !         character->width = 12; /* ??? */
  9.       }
  10.       else if (cindex[letter] || cvflag)
  11.       {
  12.  
  13. --- 43,51 -----
  14.           character->addr = 0;
  15.           character->up = character->down =
  16.           character->left = character->right = 0;
  17. !         if (cindex[letter])
  18. !         character->width = store[cindex[letter]+2]-store[cindex[letter]];
  19. !         else character->width = 12; /* ??? */
  20.       }
  21.       else if (cindex[letter] || cvflag)
  22.       {
  23.