Utah Raster Toolkit  9999-git
URT Development version (post-3.1b)
font.h
Go to the documentation of this file.
1 typedef struct {
2  char type;
3  int x, y;
4 } move_t;
char type
Definition: font.h:2
int x
Definition: font.h:3
int y
Definition: font.h:3