summaryrefslogtreecommitdiffstats
path: root/src/libnrtype
diff options
context:
space:
mode:
authorAlvin Penner <penner@vaxxine.com>2011-11-17 01:51:58 +0000
committerapenner <penner@vaxxine.com>2011-11-17 01:51:58 +0000
commit30cddc5e49b86f6624f6c6b57eb269afbc1bb3fd (patch)
treede47e55046d03113cb85059ede895de416395d87 /src/libnrtype
parentFix crash when dropping Ctrl-dragged text when DBus interface is enabled (diff)
downloadinkscape-30cddc5e49b86f6624f6c6b57eb269afbc1bb3fd.tar.gz
inkscape-30cddc5e49b86f6624f6c6b57eb269afbc1bb3fd.zip
load Win32 symbol fonts. disable USE_PANGO_WIN32 (Bug 165665)
Fixed bugs: - https://launchpad.net/bugs/165665 (bzr r10742)
Diffstat (limited to 'src/libnrtype')
-rw-r--r--src/libnrtype/FontFactory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnrtype/FontFactory.h b/src/libnrtype/FontFactory.h
index 58a98d1a9..42f975ab7 100644
--- a/src/libnrtype/FontFactory.h
+++ b/src/libnrtype/FontFactory.h
@@ -16,7 +16,7 @@
# include <config.h>
#endif
#ifdef _WIN32
-#define USE_PANGO_WIN32
+//#define USE_PANGO_WIN32 // disable for Bug 165665
#endif
#include <pango/pango.h>