]> git.eshelyaron.com Git - emacs.git/commitdiff
(font_open_entity): Cancel the previous change.
authorKenichi Handa <handa@m17n.org>
Wed, 9 Jul 2008 02:00:15 +0000 (02:00 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 9 Jul 2008 02:00:15 +0000 (02:00 +0000)
src/font.c

index 295be75199ad56f634646d51abb5861ca0acaf9c..8988b2193bd2506d1ef26b8845439b993bd90a53 100644 (file)
@@ -2848,12 +2848,6 @@ font_open_entity (f, entity, pixel_size)
     return Qnil;
 
   font_object = driver_list->driver->open (f, entity, pixel_size);
-  if (STRINGP (AREF (font_object, FONT_FULLNAME_INDEX))
-      && STRINGP (Vvertical_centering_font_regexp))
-    XFONT_OBJECT (font_object)->vertical_centering
-      = (fast_string_match_ignore_case
-        (Vvertical_centering_font_regexp, 
-         (AREF (font_object, FONT_FULLNAME_INDEX))) >= 0);
   font_add_log ("open", entity, font_object);
   if (NILP (font_object))
     return Qnil;