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

Go to the source code of this file.

Functions

int font_init_freetype (const char *name, int index)
 
int font_init_charset (const char *str)
 
const char * font_get_freetype_name (void)
 
const char * font_get_charset (void)
 
int font_get_index (void)
 

Function Documentation

const char* font_get_charset ( void  )

Definition at line 34 of file font_freetype.c.

References G_store().

const char* font_get_freetype_name ( void  )

Definition at line 29 of file font_freetype.c.

int font_get_index ( void  )

Definition at line 41 of file font_freetype.c.

int font_init_charset ( const char *  str)

Definition at line 21 of file font_freetype.c.

References G_free(), and G_store().

Referenced by COM_Font_get(), and COM_Font_init_charset().

int font_init_freetype ( const char *  name,
int  index 
)

Definition at line 10 of file font_freetype.c.

References G_free(), and G_store().