#import <Foundation/Foundation.h>
#import <AquaTerm/AQTAdapter.h>
#include "plplotP.h"
#include "drivers.h"
Go to the source code of this file.
|
static void | NOOP_ (id x,...) |
|
static void | get_cursor (PLStream *, PLGraphicsIn *) |
|
static void | proc_str (PLStream *, EscText *) |
|
NSMutableAttributedString * | create_string (const PLUNICODE *, int, PLFLT) |
|
static void | set_font_and_size (NSMutableAttributedString *, PLUNICODE, PLFLT, int) |
|
static void | check_font_environment_variables (void) |
|
void | plD_dispatch_init_aqt (PLDispatchTable *pdt) |
|
void | plD_init_aqt (PLStream *) |
|
void | plD_line_aqt (PLStream *, short, short, short, short) |
|
void | plD_polyline_aqt (PLStream *, short *, short *, PLINT) |
|
void | plD_eop_aqt (PLStream *) |
|
void | plD_bop_aqt (PLStream *) |
|
void | plD_tidy_aqt (PLStream *) |
|
void | plD_state_aqt (PLStream *, PLINT) |
|
void | plD_esc_aqt (PLStream *, PLINT, void *) |
|
#define AQT_Default_X 720 |
Definition at line 43 of file aqt.c.
#define AQT_Default_Y 540 |
Definition at line 44 of file aqt.c.
#define AQT_N_FontLookup 30 |
Definition at line 74 of file aqt.c.
Definition at line 45 of file aqt.c.
#define MAX_STRING_LEN 1000 |
Definition at line 47 of file aqt.c.
Definition at line 42 of file aqt.c.
void check_font_environment_variables |
( |
void |
| ) |
|
|
static |
NSMutableAttributedString * create_string |
( |
const PLUNICODE * |
ucs4, |
|
|
int |
ucs4_len, |
|
|
PLFLT |
font_height |
|
) |
| |
static void NOOP_ |
( |
id |
x, |
|
|
|
... |
|
) |
| |
|
inlinestatic |
void plD_line_aqt |
( |
PLStream * |
pls, |
|
|
short |
x1a, |
|
|
short |
y1a, |
|
|
short |
x2a, |
|
|
short |
y2a |
|
) |
| |
void plD_polyline_aqt |
( |
PLStream * |
pls, |
|
|
short * |
xa, |
|
|
short * |
ya, |
|
|
PLINT |
npts |
|
) |
| |
void set_font_and_size |
( |
NSMutableAttributedString * |
str, |
|
|
PLUNICODE |
fci, |
|
|
PLFLT |
font_height, |
|
|
int |
cur_loc |
|
) |
| |
|
static |
Definition at line 52 of file aqt.c.
Definition at line 75 of file aqt.c.
NSAutoreleasePool* arpool |
|
static |
Definition at line 51 of file aqt.c.
Definition at line 56 of file aqt.c.
Definition at line 61 of file aqt.c.
Definition at line 63 of file aqt.c.
Definition at line 62 of file aqt.c.
Definition at line 57 of file aqt.c.
Definition at line 54 of file aqt.c.
Definition at line 58 of file aqt.c.
Definition at line 59 of file aqt.c.