[PATCH] gdi32: Ask for a newer FreeType version

Detlef Riekenberg wine.dev at web.de
Wed May 29 04:14:27 CDT 2013


--
By by ... Detlef
---
 dlls/gdi32/freetype.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/dlls/gdi32/freetype.c b/dlls/gdi32/freetype.c
index bf4e4c3..13b266a 100644
--- a/dlls/gdi32/freetype.c
+++ b/dlls/gdi32/freetype.c
@@ -3686,7 +3686,8 @@ static BOOL init_freetype(void)
         WINE_MESSAGE(
       "Wine cannot find the FreeType font library.  To enable Wine to\n"
       "use TrueType fonts please install a version of FreeType greater than\n"
-      "or equal to 2.0.5.\n"
+      "or equal to 2.1.4.\n"
+      "(Fonts with vertical metrics need at least version 2.4 of FreeType)\n"
       "http://www.freetype.org\n");
 	return FALSE;
     }
@@ -3749,6 +3750,7 @@ sym_not_found:
       "Wine cannot find certain functions that it needs inside the FreeType\n"
       "font library.  To enable Wine to use TrueType fonts please upgrade\n"
       "FreeType to at least version 2.1.4.\n"
+      "(Fonts with vertical metrics need at least version 2.4 of FreeType)\n"
       "http://www.freetype.org\n");
     wine_dlclose(ft_handle, NULL, 0);
     ft_handle = NULL;
-- 
1.7.5.4




More information about the wine-patches mailing list