GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
font2.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <grass/gis.h>
Include dependency graph for font2.c:

Go to the source code of this file.

Data Structures

struct  glyph
 

Functions

int font_init (const char *name)
 
int get_char_vects (unsigned char achar, int *n, unsigned char **X, unsigned char **Y)
 

Function Documentation

int font_init ( const char *  name)

Definition at line 180 of file font2.c.

int get_char_vects ( unsigned char  achar,
int n,
unsigned char **  X,
unsigned char **  Y 
)

Definition at line 191 of file font2.c.

References glyph::count, int, and glyph::offset.

Referenced by drawchar().