diff src/ftfont.c @ 103591:1e63d004a073

(get_adstyle_property): Call font_intern_prop with 1 as the arg FORCE_SYMBOL.
author Kenichi Handa <handa@m17n.org>
date Fri, 26 Jun 2009 06:15:54 +0000
parents 246d16550b8d
children 427b644c9e3b
line wrap: on
line diff
--- a/src/ftfont.c	Thu Jun 25 14:28:32 2009 +0000
+++ b/src/ftfont.c	Fri Jun 26 06:15:54 2009 +0000
@@ -177,7 +177,7 @@
       || xstrcasecmp (str, "Oblique") == 0
       || xstrcasecmp (str, "Italic") == 0)
     return Qnil;
-  adstyle = font_intern_prop (str, end - str, 0);
+  adstyle = font_intern_prop (str, end - str, 1);
   if (font_style_to_value (FONT_WIDTH_INDEX, adstyle, 0) >= 0)
     return Qnil;
   return adstyle;