From 829e2b7e5a3872c8be87dc6bcc23227e2aaaffd6 Mon Sep 17 00:00:00 2001 From: Grigori Goronzy Date: Sun, 14 Jun 2015 12:34:09 +0200 Subject: directwrite: add font fallback callback This uses a faux rendering with a high-level interface of DirectWrite to determine a suitable fallback. Choices are different from GDI, but reasonable. --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index fe743f9..f07d739 100644 --- a/configure.ac +++ b/configure.ac @@ -179,6 +179,7 @@ fi if test x$enable_directwrite != xno; then AC_LANG_PUSH([C++]) +CXXFLAGS="$CXXFLAGS -fno-rtti -fno-exceptions" OLDLIBS="$LIBS" # Linking to DirectWrite directly only works from Windows LIBS="$LIBS -ldwrite" -- cgit v1.2.3