#include <ctype.h>
#include "render.h"
Include dependency graph for hpglgen.c:
Go to the source code of this file.
Data Structures | |
struct | FontInfo |
struct | FontState |
struct | Color |
struct | GC_s |
struct | FontIndex |
Defines | |
#define | SOLID 0 |
#define | DOTTED 1 |
#define | DASHED 2 |
#define | INVIS 3 |
#define | PT2UNIT(p) ((p)*(double)14.111) |
#define | PENW 0.0138 |
#define | NPENS 32 |
#define | CX(_x) ((int)(_x)) |
#define | CY(_y) ((int)(_y)) |
#define | HP_OX 18 |
#define | HP_OY 18 |
#define | MAXLINELEN 80 |
#define | FLATNESS 1.0 |
Typedefs | |
typedef GC_s | GC_t |
Variables | |
codegen_t | HPGL_CodeGen |
codegen_t HPGL_CodeGen |
Initial value:
{ hpgl_reset, hpgl_begin_job, 0, hpgl_begin_graph, 0, hpgl_begin_page, hpgl_end_page, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, hpgl_begin_context, hpgl_end_context, 0, 0, hpgl_set_font, hpgl_textpara, hpgl_set_color, hpgl_set_color, hpgl_set_style, hpgl_ellipse, hpgl_polygon, hpgl_bezier, hpgl_polyline, 0, 0, hpgl_usershape }