GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-847944e18e
|
Display Driver - fontcaps. More...
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <grass/gis.h>
#include <grass/glocale.h>
#include <grass/fontcap.h>
#include "driverlib.h"
Go to the source code of this file.
Functions | |
int | font_exists (const char *name) |
Check if font exists. More... | |
int | parse_fontcap_entry (struct GFONT_CAP *e, const char *str) |
Parse fontcap entry. More... | |
struct GFONT_CAP * | parse_fontcap (void) |
Parse fontcaps. More... | |
void | free_fontcap (struct GFONT_CAP *ftcap) |
Free allocated GFONT_CAP structure. More... | |
Display Driver - fontcaps.
(C) 2006-2011 by the GRASS Development Team
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file parse_ftcap.c.
int font_exists | ( | const char * | name | ) |
void free_fontcap | ( | struct GFONT_CAP * | ftcap | ) |
Free allocated GFONT_CAP structure.
ftcap | pointer to GFONT_CAP to be freed |
Definition at line 126 of file parse_ftcap.c.
References ftcap, G_free(), GFONT_CAP::longname, GFONT_CAP::name, name, and NULL.
struct GFONT_CAP* parse_fontcap | ( | void | ) |
Parse fontcaps.
Definition at line 73 of file parse_ftcap.c.
References _, file, G_gisbase(), G_realloc, G_warning(), GPATH_MAX, GFONT_CAP::name, NULL, parse_fontcap_entry(), and GFONT_CAP::path.
Referenced by LIB_init().
int parse_fontcap_entry | ( | struct GFONT_CAP * | e, |
const char * | str | ||
) |
Parse fontcap entry.
e | pointer to GFONT_CAP struct |
str | ? |
Definition at line 41 of file parse_ftcap.c.
References GNAME_MAX, GPATH_MAX, and name.
Referenced by parse_fontcap().