home *** CD-ROM | disk | FTP | other *** search
- *** vfont.c Mon Oct 12 03:08:01 1987
- --- ../vfont.c Mon Oct 12 02:00:56 1987
- ***************
- *** 43,49
- character->addr = 0;
- character->up = character->down =
- character->left = character->right = 0;
- ! character->width = 12; /* ??? */
- }
- else if (cindex[letter] || cvflag)
- {
-
- --- 43,51 -----
- character->addr = 0;
- character->up = character->down =
- character->left = character->right = 0;
- ! if (cindex[letter])
- ! character->width = store[cindex[letter]+2]-store[cindex[letter]];
- ! else character->width = 12; /* ??? */
- }
- else if (cindex[letter] || cvflag)
- {
-