Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
85c3e908
Commit
85c3e908
authored
Nov 24, 2006
by
Kenichi Handa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
c6666169
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
0 deletions
+19
-0
src/ChangeLog.unicode
src/ChangeLog.unicode
+18
-0
src/xfont.c
src/xfont.c
+1
-0
No files found.
src/ChangeLog.unicode
View file @
85c3e908
2006-11-24 Kenichi Handa <handa@m17n.org>
* xfont.c (xfont_open): Set font->format.
* xftfont.c (xftfont_open): Set font->format.
* ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
(ftfont_list): Include FC_FONTFORMAT in FcObject.
(ftfont_open): Set font->format.
(ftfont_font_format): New function.
* font.h (struct font): New memeber format.
* font.c (Qopentype): New variable.
(syms_of_font): Defsym it.
(Fquery_font): Change the format of the last element of the return
value.
2006-11-22 Kenichi Handa <handa@m17n.org>
* search.c (simple_search): Fix sync with HEAD.
...
...
src/xfont.c
View file @
85c3e908
...
...
@@ -592,6 +592,7 @@ xfont_open (f, entity, pixel_size)
if
(
!
xfont
)
return
NULL
;
font
=
malloc
(
sizeof
(
struct
font
));
font
->
format
=
Qx
;
font
->
font
.
font
=
xfont
;
font
->
entity
=
entity
;
font
->
pixel_size
=
pixel_size
;
...
...
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