diff options
author | Henry Stiles <henry.stiles@artifex.com> | 2012-02-12 21:14:34 -0700 |
---|---|---|
committer | Henry Stiles <henry.stiles@artifex.com> | 2012-02-12 21:14:34 -0700 |
commit | 7aa3debb84673b38d805aa6de1afce60f0d6c6ab (patch) | |
tree | 280cbb1acfce4de679d5414265d99704c905cfd3 /pcl/pgmisc.h | |
parent | bcdb21c092a4a788d7252cc1b560aa427743a197 (diff) |
Improve character fills, bug #692849.
The unusual loops inside the characters (graphic 3 and 8 center of
page) were caused by trying to edge stick and arc fonts which aren't
outlines but paths (stroked fonts).
Diffstat (limited to 'pcl/pgmisc.h')
-rw-r--r-- | pcl/pgmisc.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pcl/pgmisc.h b/pcl/pgmisc.h index 320d4bca3..98651b3be 100644 --- a/pcl/pgmisc.h +++ b/pcl/pgmisc.h @@ -82,7 +82,9 @@ do { \ #define hpgl_call_check_lost(call)\ hpgl_call_and_check(pgls->memory, call, hpgl_limitcheck_set_lost) -/* needs a better home */ +/* We don't have a header file for exporting gl/2 character routines + yet */ gs_point hpgl_current_char_scale(const hpgl_state_t *pgls); +bool hpgl_is_currentfont_stick_or_arc(const hpgl_state_t *pgls); #endif /* pgmisc_INCLUDED */ |