diff options
author | Henry Stiles <henry.stiles@artifex.com> | 2010-06-28 06:13:11 +0000 |
---|---|---|
committer | Henry Stiles <henry.stiles@artifex.com> | 2010-06-28 06:13:11 +0000 |
commit | b672f953f1a42b32c5592817368180fce9c3c9c4 (patch) | |
tree | 4ec4b2978c58906e39cd20e944e2475dd34aa646 /main | |
parent | 5c6e66705c5d8be9be1d6cc5ab1921b9811c9f40 (diff) |
Finish up bug 691362, PXL PCLSelectFont attribute not handled. The
scaling was not correct, we want to use the exact same code used in
the pcl interpreter to scale fonts then that scaling value is
converted to PCL XL user units. The code has been refactored to share
the the PCL font scaling code and support for converting the pcl font
size in centipoints to the 3 user unit types in PCL XL has been added.
C706.BIN should print correctly now. A bit more warning cleanup is
needed in this new code.
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@11437 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'main')
-rw-r--r-- | main/pcl6_gcc.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/pcl6_gcc.mak b/main/pcl6_gcc.mak index c1e5983e7..29592cc72 100644 --- a/main/pcl6_gcc.mak +++ b/main/pcl6_gcc.mak @@ -238,8 +238,8 @@ include $(COMMONDIR)/ugcc_top.mak # Subsystems include $(PLSRCDIR)/pl.mak -include $(PXLSRCDIR)/pxl.mak include $(PCLSRCDIR)/pcl.mak +include $(PXLSRCDIR)/pxl.mak # Main program. |