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

index 620ce9c81713e0201308ff133558cb61b3501ea2..de71a981a025e18712214a205cc2ed1f2c5b4b45 100644 (file)
@@ -1,5 +1,18 @@
 2007-05-31  Jason Rumney  <jasonr@gnu.org>
 
+       * w32font.c (w32font_open): Handle size, height and pixel_size better.
+       (w32font_draw): Use options.
+       (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
+       Fix detection of truetype fonts.
+       (registry_to_w32_charset): Handle charsets other than iso8859-1
+       expressed as lisp symbols.
+       (w32_registry): Express charset as lisp symbol.
+       (fill_in_logfont): Reverse pixel and point height logic.
+       Don't set width here. Set quality to default.
+
+       * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
+       (x_to_w32_font): Fill in lfPitchAndFamily correctly.
+
        * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
        Remove redundant loop and allocation.