BRL-CAD
#include "common.h"
#include "bu/defines.h"
Include dependency graph for vfont.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  vfont_dispatch
 
struct  vfont
 

Macros

#define SXT(c)   ((c)|((c&0x80)?(~0xFF):0))
 
#define VFONT_NULL   ((struct vfont *)NULL)
 

Functions

struct vfontvfont_get (char *font)
 
void vfont_free (struct vfont *font)