comparison src/ChangeLog.unicode @ 90880:e1d105dbe427

*** empty log message ***
author Jason Rumney <jasonr@gnu.org>
date Thu, 31 May 2007 13:20:43 +0000
parents 91d84dc66d41
children 49d1cdd3b100
comparison
equal deleted inserted replaced
90879:82b86c925f88 90880:e1d105dbe427
1 2007-05-31 Jason Rumney <jasonr@gnu.org> 1 2007-05-31 Jason Rumney <jasonr@gnu.org>
2
3 * w32font.c (w32font_open): Handle size, height and pixel_size better.
4 (w32font_draw): Use options.
5 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
6 Fix detection of truetype fonts.
7 (registry_to_w32_charset): Handle charsets other than iso8859-1
8 expressed as lisp symbols.
9 (w32_registry): Express charset as lisp symbol.
10 (fill_in_logfont): Reverse pixel and point height logic.
11 Don't set width here. Set quality to default.
12
13 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
14 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
2 15
3 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]: 16 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
4 Remove redundant loop and allocation. 17 Remove redundant loop and allocation.
5 18
6 * makefile.w32-in (font.o, w32font.o): New objects. 19 * makefile.w32-in (font.o, w32font.o): New objects.