GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
parse_ftcap.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <grass/gis.h>
#include <grass/glocale.h>
#include <grass/freetypecap.h>
#include "driverlib.h"
Include dependency graph for parse_ftcap.c:

Go to the source code of this file.

Functions

int font_exists (const char *name)
 
struct GFONT_CAP * parse_freetypecap (void)
 
void free_freetypecap (struct GFONT_CAP *ftcap)
 

Function Documentation

int font_exists ( const char *  name)

Definition at line 9 of file parse_ftcap.c.

References fclose().

Referenced by COM_Font_get(), and parse_freetypecap().

void free_freetypecap ( struct GFONT_CAP *  ftcap)

Definition at line 85 of file parse_ftcap.c.

References G_free(), render::name, and NULL.

struct GFONT_CAP* parse_freetypecap ( void  )