summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorHenry Stiles <henry.stiles@artifex.com>2002-11-14 20:29:27 +0000
committerHenry Stiles <henry.stiles@artifex.com>2002-11-14 20:29:27 +0000
commit4eac5e25a6bf52d0473d531557f7507d12c90587 (patch)
tree1352800974db71c4817639fa3dd463c1630fed12 /main
parent227634d5d4945049b62162cd0b1527529b1962cf (diff)
Mistakenly made freetype the default font scaler during freetype
development, back to artifex scaler default. git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@1801 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'main')
-rw-r--r--main/pcl6_gcc.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/pcl6_gcc.mak b/main/pcl6_gcc.mak
index 00757e480..c453cffcc 100644
--- a/main/pcl6_gcc.mak
+++ b/main/pcl6_gcc.mak
@@ -69,7 +69,7 @@ TOP_OBJ=$(PCL_TOP_OBJ) $(PXL_TOP_OBJ)
# afs - artifex font scaler.
# 3 mutually exclusive choices follow, pick one.
-PL_SCALER=fts
+PL_SCALER=afs
PCL_FONT_SCALER=$(PL_SCALER)
PXL_FONT_SCALER=$(PL_SCALER)