summaryrefslogtreecommitdiff
path: root/pxl/pxgstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'pxl/pxgstate.h')
-rw-r--r--pxl/pxgstate.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pxl/pxgstate.h b/pxl/pxgstate.h
index 3fbca150c..adbee3539 100644
--- a/pxl/pxgstate.h
+++ b/pxl/pxgstate.h
@@ -71,6 +71,9 @@ typedef struct px_pattern_s {
void px_free_pattern(P3(gs_memory_t *, void *, client_name_t));
/* Purge the pattern cache up to a given persistence level. */
void px_purge_pattern_cache(P2(px_state_t *, pxePatternPersistence_t));
+/* purge font cache - all characters */
+void px_purge_character_cache(px_state_t *pxs);
+
/* Define a structure for a brush or pen. These only exist */
/* within a px_gstate_t; they are never allocated separately. */