2 #include <grass/config.h>
11 #include <grass/gis.h>
12 #include <grass/glocale.h>
13 #include <grass/raster.h>
14 #include <grass/graphics.h>
24 static void LOC_init(
void)
26 const char *
name =
"full_screen";
27 const char *fenc =
getenv(
"GRASS_ENCODING");
28 const char *font =
getenv(
"GRASS_FONT");
35 R_font(font ? font :
"romans");
48 sprintf(buff,
"%d %d %d %d", t, b, l, r);
56 const char *p =
getenv(
"GRASS_RENDER_IMMEDIATE");
int LOC_open_driver(void)
int G_strcasecmp(const char *x, const char *y)
String compare ignoring case (upper or lower)
sprintf(buf2,"%s", G3D_CATS_ELEMENT)
int LIB_init(const struct driver *drv, int argc, char **argv)
int R_screen_bot(void)
bottom of screen
void COM_Client_Open(void)
void COM_Graph_close(void)
void COM_Client_Close(void)
void LOC_release_driver(void)
int R_pad_set_item(const char *name, const char *value)
int R_screen_rite(void)
screen right edge
struct driver * PS_Driver(void)
void R_charset(const char *name)
struct driver * PNG_Driver(void)
int R_screen_left(void)
screen left edge
int R_screen_top(void)
top of screen
void R_font(const char *name)
choose font
int R_pad_select(const char *pad)
void LOC_kill_driver(void)
void R_set_window(int t, int b, int l, int r)
set text clipping frame
int R_pad_create(const char *pad)
int LOC__open_quiet(void)
void LOC_close_driver(void)