From cafe79a607e379f6392778fffc83538ef550833e Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sat, 28 Sep 2002 11:58:20 +0000 Subject: Revert change from 2002-09-21: Don't bypass the code that automatically 2002-09-28 Tor Lillqvist * 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. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7e768554..38758a71 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2002-09-28 Tor Lillqvist + + * 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 (Based on GTK+ patch by J. Ali Harlow in #87774) -- cgit v1.2.1