From: Jason Rumney Date: Wed, 3 Jun 2009 23:04:51 +0000 (+0000) Subject: (x_create_tip_frame): Use the uniscribe font backend if X-Git-Tag: emacs-pretest-23.0.95~153 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fdb55376957997218000639c9eed2b061b10ee05;p=emacs.git (x_create_tip_frame): Use the uniscribe font backend if available. (Bug#3379) --- diff --git a/src/ChangeLog b/src/ChangeLog index 3a44cebd1ab..a5d816b912a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2009-06-03 Jason Rumney + + * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if + available. (Bug#3379) + 2009-05-25 David Reitter * nsterm.m (ns_raise_frame): only raise frame if visible. diff --git a/src/w32fns.c b/src/w32fns.c index bf261a754de..e9780670a74 100644 --- a/src/w32fns.c +++ b/src/w32fns.c @@ -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,