GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
OGSF library - loading and manipulating surfaces. More...
#include <string.h>
#include <assert.h>
#include <grass/gstypes.h>
#include <grass/ogsf_proto.h>
#include "rgbpack.h"
Go to the source code of this file.
Functions | |
int | gsd_get_txtwidth (const char *s, int size) |
Get text width. More... | |
int | gsd_get_txtheight (int size) |
Get text height. More... | |
int | get_txtdescender (void) |
Get text descender. More... | |
int | get_txtxoffset (void) |
Get text offset. More... | |
void | do_label_display (GLuint fontbase, float *lab_pos, const char *txt) |
Display label. More... | |
OGSF library - loading and manipulating surfaces.
OGSF library - manipulating surfaces/fridge (lower level function)
GRASS OpenGL gsurf OGSF Library
(C) 1999-2008 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.
GRASS OpenGL gsurf OGSF Library
(C) 1999-2008 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 gsd_fonts.c.
void do_label_display | ( | GLuint | fontbase, |
float * | lab_pos, | ||
const char * | txt | ||
) |
Display label.
fontbase | font-base |
lab_pos | label position |
txt | text string |
Definition at line 99 of file gsd_fonts.c.
Referenced by gs_put_label(), and gsd_put_legend().
int get_txtdescender | ( | void | ) |
Get text descender.
yorig ??
Is this defined somewhere ?
Definition at line 73 of file gsd_fonts.c.
int get_txtxoffset | ( | void | ) |
Get text offset.
xorig ??
Is this defined somewhere ?
Definition at line 87 of file gsd_fonts.c.
Referenced by gsd_put_legend().
Get text height.
size | size |
Definition at line 54 of file gsd_fonts.c.
References height.
Referenced by gsd_north_arrow(), gsd_put_legend(), and gsd_scalebar().
Get text width.
s | text string |
size | size |
Definition at line 37 of file gsd_fonts.c.
References dialogs::width.
Referenced by gs_put_label(), gsd_north_arrow(), gsd_put_legend(), and gsd_scalebar().