diff options
Diffstat (limited to 'gs/base/gxpaint.c')
-rw-r--r-- | gs/base/gxpaint.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gs/base/gxpaint.c b/gs/base/gxpaint.c index 4621a0a07..7e06251ed 100644 --- a/gs/base/gxpaint.c +++ b/gs/base/gxpaint.c @@ -26,6 +26,7 @@ static bool caching_an_outline_font(const gs_state * pgs) return pgs->in_cachedevice > 1 && pgs->font != NULL && pgs->font->FontType != ft_user_defined && + pgs->font->FontType != ft_PCL_user_defined && pgs->font->FontType != ft_GL2_stick_user_defined && pgs->font->FontType != ft_CID_user_defined; } |