|
GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
GRASS cairo display driver - text subroutines. More...

Go to the source code of this file.
Functions | |
| void | Cairo_Text (const char *str) |
| Draw text. More... | |
| void | Cairo_text_box (const char *str, double *t, double *b, double *l, double *r) |
| void | Cairo_set_font (const char *name) |
| Set font. More... | |
| void | Cairo_font_list (char ***list, int *count) |
| Get list of fonts. More... | |
| void | Cairo_font_info (char ***list, int *count) |
| Get fonts into. More... | |
GRASS cairo display driver - text subroutines.
(C) 2007-2008 by Lars Ahlzen and 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 cairodriver/text.c.
| void Cairo_font_info | ( | char *** | list, |
| int * | count | ||
| ) |
Get fonts into.
| [out] | list | font list |
| [out] | count | number of items in the list |
Definition at line 336 of file cairodriver/text.c.
| void Cairo_font_list | ( | char *** | list, |
| int * | count | ||
| ) |
Get list of fonts.
| [out] | list | font list |
| [out] | count | number of items in the list |
Definition at line 322 of file cairodriver/text.c.
| void Cairo_set_font | ( | const char * | name | ) |
| void Cairo_Text | ( | const char * | str | ) |
| void Cairo_text_box | ( | const char * | str, |
| double * | t, | ||
| double * | b, | ||
| double * | l, | ||
| double * | r | ||
| ) |
Definition at line 125 of file cairodriver/text.c.