diff options
author | Tor Lillqvist <tml@iki.fi> | 2002-09-28 12:00:26 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2002-09-28 12:00:26 +0000 |
commit | 12d0958d835e729540cdffc4f9b7ef8f012d493b (patch) | |
tree | f227c23a67214e1fb06520ef922447c45e51a035 /ChangeLog.pre-1-2 | |
parent | a031b12aacf2a586447b39f25a8f0e6ae5944c4d (diff) | |
download | pango-12d0958d835e729540cdffc4f9b7ef8f012d493b.tar.gz |
Revert change from 2002-09-21: Don't bypass the code that automatically
2002-09-28 Tor Lillqvist <tml@iki.fi>
* pango/pangowin32-fontmap.c (pango_win32_insert_font): Revert
change from 2002-09-21: Don't bypass the code that automatically
adds fonts to the families "monospace", "serif" and "sans". I
thought it would be unnecessary if you have a pango.aliases that
sets up aliases for these family names, but apparently
not. Without this code, pango_layout_line_get_empty_extents()
thinks empty lines have zero height, as it tries to use a font
called "sans" for instance, and no aliases get used.
Diffstat (limited to 'ChangeLog.pre-1-2')
-rw-r--r-- | ChangeLog.pre-1-2 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2 index ffc7582a..af1cb6a0 100644 --- a/ChangeLog.pre-1-2 +++ b/ChangeLog.pre-1-2 @@ -1,3 +1,14 @@ +2002-09-28 Tor Lillqvist <tml@iki.fi> + + * pango/pangowin32-fontmap.c (pango_win32_insert_font): Revert + change from 2002-09-21: Don't bypass the code that automatically + adds fonts to the families "monospace", "serif" and "sans". I + thought it would be unnecessary if you have a pango.aliases that + sets up aliases for these family names, but apparently + not. Without this code, pango_layout_line_get_empty_extents() + thinks empty lines have zero height, as it tries to use a font + called "sans" for instance, and no aliases get used. + Fri Sep 27 17:50:51 2002 Owen Taylor <otaylor@redhat.com> (Based on GTK+ patch by J. Ali Harlow in #87774) |