GRASS GIS 8 Programmer's Manual 8.4.1(2025)-45ca3179ab
|
GRASS cairo display driver - text subroutines. More...
Go to the source code of this file.
Functions | |
void | Cairo_Text (const char *str) |
Draw text. | |
void | Cairo_text_box (const char *str, double *t, double *b, double *l, double *r) |
void | Cairo_set_font (const char *name) |
Set font. | |
void | Cairo_font_list (char ***list, int *count) |
Get list of fonts. | |
void | Cairo_font_info (char ***list, int *count) |
Get fonts into. | |
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 335 of file cairodriver/text.c.
Referenced by Cairo_Driver().
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 321 of file cairodriver/text.c.
Referenced by Cairo_Driver().
void Cairo_set_font | ( | const char * | name | ) |
Set font.
name | font name |
Definition at line 280 of file cairodriver/text.c.
References name.
Referenced by Cairo_Driver().
void Cairo_Text | ( | const char * | str | ) |
Draw text.
str | string to be drawn |
Definition at line 107 of file cairodriver/text.c.
References ca, cairo, cur_x, cur_y, and G_free().
Referenced by Cairo_Driver().