|
BRL-CAD
|
Go to the source code of this file.
Macros | |
| #define | brt(x, y) (11*x+y) |
| #define | drk(x, y) -(11*x+y) |
| #define | VFONT_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) |
Functions | |
| int * | tp_getchar (const unsigned char *c) |