GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <grass/config.h>
#include <grass/gis.h>
#include "driver.h"
#include "driverlib.h"
Go to the source code of this file.
Macros | |
#define | RpD ((2 * M_PI) / 360.) /* radians/degree */ |
#define | D2R(d) (double)(d * RpD) /* degrees->radians */ |
Functions | |
void | soft_text_freetype (int x, int y, double text_size_x, double text_size_y, double text_rotation, const char *string) |
void | soft_text_ext_freetype (int x, int y, double text_size_x, double text_size_y, double text_rotation, const char *string) |
void | get_text_ext_freetype (int *top, int *bot, int *left, int *rite) |
Definition at line 298 of file text3.c.
Referenced by COM_Get_text_box().
void soft_text_ext_freetype | ( | int | x, |
int | y, | ||
double | text_size_x, | ||
double | text_size_y, | ||
double | text_rotation, | ||
const char * | string | ||
) |
Definition at line 277 of file text3.c.
Referenced by COM_Get_text_box().
void soft_text_freetype | ( | int | x, |
int | y, | ||
double | text_size_x, | ||
double | text_size_y, | ||
double | text_rotation, | ||
const char * | string | ||
) |
Definition at line 268 of file text3.c.
Referenced by COM_Text().