#include "common.h"
#include <stdio.h>
#include <math.h>
#include "machine.h"
#include "vmath.h"
#include "bu.h"
#include "bn.h"
#include "vectfont.h"
Include dependency graph for font.c:
Go to the source code of this file.
Functions | |
void | bn_vlist_3string (struct bu_list *vhead, struct bu_list *free_hd, const char *string, const vect_t origin, const mat_t rot, double scale) |
Convert a string to a vlist. | |
void | bn_vlist_2string (struct bu_list *vhead, struct bu_list *free_hd, const char *string, double x, double y, double scale, double theta) |
Convert string to vlist in 2D. |
John Anderson
Definition in file font.c.