|
PLplot 5.15.0
|
#include "plDevs.h"#include "plplotP.h"#include "drivers.h"#include "ps.h"#include <string.h>#include <time.h>#include "plfreetype.h"#include <iostream>#include <fstream>#include <LASi.h>Go to the source code of this file.
Macros | |
| #define | TRMFLT(a) |
| #define | OUTBUF_LEN 128 |
| #define | N_Pango_Lookup 5 |
| #define | FAMILY_LOOKUP_LEN 1024 |
| #define | MAX_NUM_TRIES 10 |
| #define | RISE_FACTOR 0.6 |
| #define | PROC_STR_STRING_LENGTH 1000 |
Functions | |
| static char * | ps_getdate (void) |
| static void | ps_init (PLStream *) |
| static void | fill_polygon (PLStream *pls) |
| static void | proc_str (PLStream *, EscText *) |
| static void | psttf_dispatch_init_helper (PLDispatchTable *pdt, const char *menustr, const char *devnam, int type, int seq, plD_init_fp init) |
| void | writeHeader (PLStream *pls) |
| void | plD_line_psttf (PLStream *pls, short x1a, short y1a, short x2a, short y2a) |
| void | plD_polyline_psttf (PLStream *pls, short *xa, short *ya, PLINT npts) |
| void | plD_eop_psttf (PLStream *pls) |
| void | plD_bop_psttf (PLStream *pls) |
| void | plD_tidy_psttf (PLStream *pls) |
| void | plD_state_psttf (PLStream *pls, PLINT op) |
| void | plD_esc_psttf (PLStream *pls, PLINT op, void *ptr) |
Variables | |
| PLDLLIMPEXP_DRIVER const char * | plD_DEVICE_INFO_psttf = |
| static char | outbuf [OUTBUF_LEN] |
| static int | text = 1 |
| static int | color |
| static int | hrshsym = 0 |
| const char * | DefaultFamilyLookup [N_Pango_Lookup] |
| const char * | EnvFamilyLookup [N_Pango_Lookup] |
| char | FamilyLookup [N_Pango_Lookup][FAMILY_LOOKUP_LEN] |
| const FontWeight | WeightLookup [2] |
| const FontStyle | StyleLookup [3] |
| static DrvOpt | ps_options [] |
| #define PROC_STR_STRING_LENGTH 1000 |
| #define TRMFLT | ( | a | ) |
| void plD_line_psttf | ( | PLStream * | pls, |
| short | x1a, | ||
| short | y1a, | ||
| short | x2a, | ||
| short | y2a ) |
|
static |
| const char* DefaultFamilyLookup[N_Pango_Lookup] |
| const char* EnvFamilyLookup[N_Pango_Lookup] |
| char FamilyLookup[N_Pango_Lookup][FAMILY_LOOKUP_LEN] |
|
static |
| PLDLLIMPEXP_DRIVER const char* plD_DEVICE_INFO_psttf = |
| const FontStyle StyleLookup[3] |