diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-01-22 23:34:20 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-01-23 00:00:48 +0000 |
| commit | d702ba9f67da8a08277f83ec692bf6b90736b243 (patch) | |
| tree | 8061b8d35204fe1d178021a385cd08a00ed6f63b /platform | |
| parent | 360db7a7d5429c3bcf7c5c0e39e29a94a74d8f8a (diff) | |
Try to improve font rendering on Windows by using freetype for pango/cairo.v2.13.105
Diffstat (limited to 'platform')
| -rw-r--r-- | platform/windows/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/windows/wscript b/platform/windows/wscript index 5dc9cf182..3b8892997 100644 --- a/platform/windows/wscript +++ b/platform/windows/wscript @@ -290,6 +290,7 @@ SetOutPath "$INSTDIR" File "%resources%/../../fonts/LiberationSans-Regular.ttf" File "%resources%/../../fonts/LiberationSans-Italic.ttf" File "%resources%/../../fonts/LiberationSans-Bold.ttf" +File "%resources%/../../fonts/fonts.conf" File "%graphics%/splash.png" File "%graphics%/zoom.png" File "%graphics%/zoom_all.png" |
