diff options
| author | Jason Rumney | 2008-07-23 15:37:44 +0000 |
|---|---|---|
| committer | Jason Rumney | 2008-07-23 15:37:44 +0000 |
| commit | 4b1355037a72c74a0711193d8ef9555bdb728772 (patch) | |
| tree | 9e239785132b47fa3bcd7f30d2bacbcc776969a8 /src/ChangeLog | |
| parent | f0492e5ff5fe3f380bbbf8e902120fa9b52a35fe (diff) | |
| download | emacs-4b1355037a72c74a0711193d8ef9555bdb728772.tar.gz emacs-4b1355037a72c74a0711193d8ef9555bdb728772.zip | |
* w32font.c (w32font_open): Set font type to gdi.
* w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 019c5f05a23..6640bca3ab3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -2,6 +2,9 @@ | |||
| 2 | 2 | ||
| 3 | * w32font.c (w32_enumfont_pattern_entity): Return height consistent | 3 | * w32font.c (w32_enumfont_pattern_entity): Return height consistent |
| 4 | with opened font. | 4 | with opened font. |
| 5 | (w32font_open): Set font type to gdi. | ||
| 6 | |||
| 7 | * w32uniscribe.c (uniscribe_open): Set font type to uniscribe. | ||
| 5 | 8 | ||
| 6 | 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu> | 9 | 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu> |
| 7 | 10 | ||