comparison src/ChangeLog.unicode @ 90570:d8cc00c7a8db

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Tue, 01 Aug 2006 02:57:02 +0000
parents cfd79d58009b
children ac534b5d1dc9
comparison
equal deleted inserted replaced
90569:0af2dbdeaeb3 90570:d8cc00c7a8db
2 2
3 * ftfont.c (ftfont_driver): Set ftfont_driver.match to 3 * ftfont.c (ftfont_driver): Set ftfont_driver.match to
4 ftfont_match. 4 ftfont_match.
5 (ftfont_list): Don't check :name property. 5 (ftfont_list): Don't check :name property.
6 (ftfont_match): New function. 6 (ftfont_match): New function.
7 (ftfont_pattern_entity): If the pattern doesn't contain
8 FC_SPACING, don't assuce FC_MONO.
7 9
8 * font.h (struct font_driver): New member `match'. 10 * font.h (struct font_driver): New member `match'.
9 (font_update_drivers): Prototype adjusted. 11 (font_update_drivers): Prototype adjusted.
10 12
11 * font.c (font_parse_fcname): Don't change :name property of FONT. 13 * font.c (font_parse_fcname): Don't change :name property of FONT.