summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2011-04-08 01:18:48 +0200
committerTor Andersson <tor.andersson@artifex.com>2011-04-08 01:18:48 +0200
commitdabb6740d535e9f6abb1bd33f892cf5f7aeac3f0 (patch)
tree5868b60dfbfb45a586a7970090ed15359ed7df04 /scripts
parent0dbfc980afc9d318a1fcb68994621006240ce205 (diff)
downloadmupdf-dabb6740d535e9f6abb1bd33f892cf5f7aeac3f0.tar.xz
Add special case non-aa scan converter with accompanying blit functions.
Also turn on font hinting when rendering non-aa text.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/slimftmodules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/slimftmodules.h b/scripts/slimftmodules.h
index 65ed9f47..d03bbc59 100644
--- a/scripts/slimftmodules.h
+++ b/scripts/slimftmodules.h
@@ -11,7 +11,7 @@ FT_USE_MODULE( FT_Driver_ClassRec, t1cid_driver_class )
// FT_USE_MODULE( FT_Driver_ClassRec, pcf_driver_class )
FT_USE_MODULE( FT_Module_Class, psaux_module_class )
FT_USE_MODULE( FT_Module_Class, psnames_module_class )
-// FT_USE_MODULE( FT_Module_Class, pshinter_module_class )
+FT_USE_MODULE( FT_Module_Class, pshinter_module_class )
FT_USE_MODULE( FT_Renderer_Class, ft_raster1_renderer_class )
FT_USE_MODULE( FT_Module_Class, sfnt_module_class )
FT_USE_MODULE( FT_Renderer_Class, ft_smooth_renderer_class )