# HG changeset patch # User Jason Rumney # Date 1198147257 0 # Node ID 7fad8cb1e910bd31f7063659f07000c82d239352 # Parent 2e5bb6a0a7876c576ca764cd6da71d252e33a3e0 *** empty log message *** diff -r 2e5bb6a0a787 -r 7fad8cb1e910 src/ChangeLog.unicode --- a/src/ChangeLog.unicode Thu Dec 20 10:40:31 2007 +0000 +++ b/src/ChangeLog.unicode Thu Dec 20 10:40:57 2007 +0000 @@ -1,7 +1,19 @@ +2007-12-20 Jason Rumney + + * font.c (font_parse_fcname): Default weight and slant to normal. + (font_score): Prefer normal fonts if weight or slant unspecified. + (font_score) [WINDOWSNT]: Scale weight difference down to closer + match freetype scores. + 2007-12-19 Jason Rumney * w32font.c (w32font_text_extents): Don't use the frame stored in the font, as it may have been deleted. + (w32_enumfont_pattern_entity): Map generic family to adstyle using + most common hyphenless variation. + (logfonts_match): Check generic family. + (font_matches_spec): Don't check generic family here. + (fill_in_logfont): Set generic family based on adstyle. * w32font.h (w32font_get_cache): Update declaration.