]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJason Rumney <jasonr@gnu.org>
Thu, 20 Dec 2007 10:40:57 +0000 (10:40 +0000)
committerJason Rumney <jasonr@gnu.org>
Thu, 20 Dec 2007 10:40:57 +0000 (10:40 +0000)
src/ChangeLog.unicode

index 816919436ab3e6b4b41ce8ad4c73d8786d6c1108..2f0209fd702c93932777eca77bdc21fea361c1a5 100644 (file)
@@ -1,7 +1,19 @@
+2007-12-20  Jason Rumney  <jasonr@gnu.org>
+
+       * 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  <jasonr@gnu.org>
 
        * 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.