#include "render.h"
#include "ps_font_equiv.h"
Include dependency graph for fontmetrics.c:
Go to the source code of this file.
Defines | |
#define | ADD_ATTR(a) |
Functions | |
pointf | textsize (graph_t *g, textpara_t *para, char *fontname, double fontsize) |
char * | psfontResolve (PostscriptAlias *pa) |
#define ADD_ATTR | ( | a | ) |
Value:
if (a) { \ strcat(buf, comma ? " " : ", "); \ comma = 1; \ strcat(buf, a); \ }
Definition at line 269 of file fontmetrics.c.
char* psfontResolve | ( | PostscriptAlias * | pa | ) |
Definition at line 276 of file fontmetrics.c.
pointf textsize | ( | graph_t * | g, | |
textpara_t * | para, | |||
char * | fontname, | |||
double | fontsize | |||
) |
Definition at line 239 of file fontmetrics.c.