This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | brt(x, y) (11*x+y) |
| #define | drk(x, y) -(11*x+y) |
| #define | LAST -128 |
| 0200 Marks end of stroke list | |
| #define | NEGY -127 |
| 0201 Denotes negative y stroke | |
| #define | bneg(x, y) NEGY, brt(x,y) |
| #define | dneg(x, y) NEGY, drk(x,y) |
| #define | TINY char |
| must be signed | |
Variables | |
| TINY * | tp_cindex [256] |
| index to stroke tokens | |
| TINY | tp_ctable [] |
| table of strokes | |
Definition in file vectfont.h.
1.4.6