From b865a622e2fc2085a6a908065509e00d306350b4 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 22 Aug 2006 23:14:07 +0000 Subject: Find shaper/font for Private Use and space characters too. Finding shaper 2006-08-22 Behdad Esfahbod * pango/pango-context.c (itemize_state_process_run): Find shaper/font for Private Use and space characters too. Finding shaper for Private Use is needed for any practical use of those areas. Ideally, spaces should be synthesized if they are not available in the font, but falling back to other fonts is far easier, and should give pretty good results with the current set of common fonts. These fixes allow Firefox+Pango to render MathML like Firefox+Xft does. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a8c4c115..07329fef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2006-08-22 Behdad Esfahbod + + * pango/pango-context.c (itemize_state_process_run): Find shaper/font + for Private Use and space characters too. Finding shaper for Private + Use is needed for any practical use of those areas. Ideally, spaces + should be synthesized if they are not available in the font, but + falling back to other fonts is far easier, and should give pretty good + results with the current set of common fonts. These fixes allow + Firefox+Pango to render MathML like Firefox+Xft does. + 2006-08-21 Behdad Esfahbod * === Released 1.14.1 === -- cgit v1.2.1