BRL-CAD
Loading...
Searching...
No Matches
vectfont.h File Reference
#include "common.h"
#include "bv/defines.h"
Include dependency graph for vectfont.h:
This graph shows which files directly or indirectly include this file:

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)