]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_create_tip_frame): Use the uniscribe font backend if
authorJason Rumney <jasonr@gnu.org>
Wed, 3 Jun 2009 23:04:51 +0000 (23:04 +0000)
committerJason Rumney <jasonr@gnu.org>
Wed, 3 Jun 2009 23:04:51 +0000 (23:04 +0000)
available.  (Bug#3379)

src/ChangeLog
src/w32fns.c

index 3a44cebd1ab280270ae32ce2f792eb7fdb2c5257..a5d816b912a413f91ae7bf1cef7c0687130963d5 100644 (file)
@@ -1,3 +1,8 @@
+2009-06-03  Jason Rumney  <jasonr@gnu.org>
+
+       * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
+       available.  (Bug#3379)
+
 2009-05-25  David Reitter  <david.reitter@gmail.com>
 
        * nsterm.m (ns_raise_frame): only raise frame if visible.
index bf261a754de83bed6c2d45d34715270504c62a03..e9780670a74575266b30c4b2d41200b9368fdc65 100644 (file)
@@ -5454,8 +5454,8 @@ x_create_tip_frame (dpyinfo, parms, text)
   f->resx = dpyinfo->resx;
   f->resy = dpyinfo->resy;
 
-  /* Perhaps, we must allow frame parameter, say `font-backend',
-     to specify which font backends to use.  */
+  if (uniscribe_available)
+    register_font_driver (&uniscribe_font_driver, f);
   register_font_driver (&w32font_driver, f);
 
   x_default_parameter (f, parms, Qfont_backend, Qnil,