diff options
author | Jason Rumney <jasonr@gnu.org> | 2008-05-04 21:57:03 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2008-05-04 21:57:03 +0000 |
commit | 7f64f50e8a2e5d6b8ed65b6eb6fb1c601c248e76 (patch) | |
tree | 3cabca05ac9abffcb5881b6dcb4ae97d5324b20e | |
parent | 0bf0b75ee7edd2b73969b09e461cf9516775a7fe (diff) | |
download | emacs-7f64f50e8a2e5d6b8ed65b6eb6fb1c601c248e76.tar.gz |
*** empty log message ***
-rw-r--r-- | src/ChangeLog.fb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog.fb b/src/ChangeLog.fb index dda2536ead9..863c671a8c8 100644 --- a/src/ChangeLog.fb +++ b/src/ChangeLog.fb @@ -1,3 +1,17 @@ +2008-05-04 Jason Rumney <jasonr@gnu.org> + + * w32term.c (x_draw_glyph_string): Use underline position and + thickness from font. + + * w32font.c (w32font_open_internal): Get Outline metrics if possible. + Use them to calculate underline position and thickness. + (w32font_open_internal): Use xlfd name as name property. + +2008-05-02 Jason Rumney <jasonr@gnu.org> + + * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if + font was not found. + 2008-05-01 Kenichi Handa <handa@m17n.org> * xrdb.c (x_load_resources): Don't setup a fontset resource. |