Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
42d4a64f
Commit
42d4a64f
authored
Jun 26, 2009
by
Kenichi Handa
Browse files
(get_adstyle_property): Call font_intern_prop with 1 as
the arg FORCE_SYMBOL.
parent
930fe55b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
src/ChangeLog
src/ChangeLog
+5
-0
src/ftfont.c
src/ftfont.c
+1
-1
No files found.
src/ChangeLog
View file @
42d4a64f
2009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
* ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
the arg FORCE_SYMBOL.
2009-06-25 Kenichi Handa <handa@m17n.org>
* fontset.c (fontset_find_font): When a usable rfont_def is found
...
...
src/ftfont.c
View file @
42d4a64f
...
...
@@ -177,7 +177,7 @@ get_adstyle_property (FcPattern *p)
||
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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment