GRASS Programmer's Manual  6.4.2(2012)
Font.c File Reference
#include <stdio.h>
#include <string.h>
#include <grass/gis.h>
#include "driver.h"
#include "driverlib.h"
Include dependency graph for Font.c:

Go to the source code of this file.

Functions

void COM_Font_get (const char *name)
void COM_Font_init_charset (const char *charset)
int font_is_freetype (void)
void COM_Font_list (char ***list, int *count)
void COM_Font_info (char ***list, int *count)
void free_font_list (char **fonts, int count)

Function Documentation

void COM_Font_get ( const char *  name)
void COM_Font_info ( char ***  list,
int *  count 
)

Definition at line 99 of file Font.c.

Referenced by LOC_font_info(), and process_command().

void COM_Font_init_charset ( const char *  charset)

Definition at line 52 of file Font.c.

References font_init_charset().

Referenced by LOC_charset(), and process_command().

void COM_Font_list ( char ***  list,
int *  count 
)

Definition at line 94 of file Font.c.

Referenced by LOC_font_list(), and process_command().

int font_is_freetype ( void  )

Definition at line 57 of file Font.c.

Referenced by COM_Get_text_box(), and COM_Text().

void free_font_list ( char **  fonts,
int  count 
)

Definition at line 104 of file Font.c.

References G_free().

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines