summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorRobin Watts <Robin.Watts@artifex.com>2011-04-07 19:06:11 +0100
committerTor Andersson <tor.andersson@artifex.com>2011-04-07 21:13:50 +0200
commitf5d521e184ad64893f4fc49cc867da53eff3b2b1 (patch)
treeeae3d883c10b8b74ff260869bf8f601510b3302c /win32
parenta9560ecb1b1140623d381ef04ede719cc9ff6819 (diff)
downloadmupdf-f5d521e184ad64893f4fc49cc867da53eff3b2b1.tar.xz
Add text antialiasing too.
Update the text rendering code to use the raster renderer in freetype rather than the smooth one. No change to the hinting methods used yet.
Diffstat (limited to 'win32')
-rw-r--r--win32/libthirdparty.vcproj5
1 files changed, 4 insertions, 1 deletions
diff --git a/win32/libthirdparty.vcproj b/win32/libthirdparty.vcproj
index c2d0c643..082f5bd1 100644
--- a/win32/libthirdparty.vcproj
+++ b/win32/libthirdparty.vcproj
@@ -5,7 +5,6 @@
Name="libthirdparty"
ProjectGUID="{5EDCF4FD-0291-4FB9-8D96-D58957CA5E3C}"
RootNamespace="mupdf"
- TargetFrameworkVersion="196613"
>
<Platforms>
<Platform
@@ -466,6 +465,10 @@
>
</File>
<File
+ RelativePath="..\thirdparty\freetype-2.4.4\src\raster\raster.c"
+ >
+ </File>
+ <File
RelativePath="..\thirdparty\freetype-2.4.4\src\sfnt\sfnt.c"
>
</File>