Bug 71202 - documents printed from konqueror have very large fonts
Summary: documents printed from konqueror have very large fonts
Status: RESOLVED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: khtml printing (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
: 75657 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-12-25 06:53 UTC by Amit Shah
Modified: 2005-11-12 02:21 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Amit Shah 2003-12-25 06:53:23 UTC
Version:           3.1.94 (using KDE KDE 3.1.94)
Installed from:    Compiled From Sources
Compiler:          gcc3.3.2 Debian Sid build
OS:          Linux

pages printed from http://opensource.org/, for example, have very large fonts. The font set in the document is "-1".
Comment 1 Maksim Orlovich 2005-01-05 22:56:52 UTC
*** Bug 75657 has been marked as a duplicate of this bug. ***
Comment 2 Damir Perisa 2005-03-01 23:46:23 UTC
have a look at bug 100604
Comment 3 Sebastian Reitenbach 2005-04-13 13:38:12 UTC
*** This bug has been confirmed by popular vote. ***
Comment 4 Allan Sandfeld 2005-09-18 20:17:50 UTC
SVN commit 461805 by carewolf:

Merge of my SoC khtml-paged branch.
Implements real page-breaking logic respecting the CSS 2.1 specification, 
and replacing old buggy hack.
BUG: 57803
BUG: 71202
BUG: 58278
BUG: 92622
BUG: 68930



 M  +30 -0     ChangeLog  
 M  +5 -15     css/html4.css  
 M  +50 -23    khtmlview.cpp  
 M  +10 -1     khtmlview.h  
 M  +156 -4    rendering/bidi.cpp  
 M  +282 -24   rendering/render_block.cpp  
 M  +22 -1     rendering/render_block.h  
 M  +30 -4     rendering/render_box.cpp  
 M  +5 -3      rendering/render_box.h  
 M  +68 -50    rendering/render_canvas.cpp  
 M  +122 -16   rendering/render_canvas.h  
 M  +4 -1      rendering/render_container.cpp  
 M  +25 -1     rendering/render_flow.cpp  
 M  +1 -0      rendering/render_flow.h  
 M  +1 -1      rendering/render_image.cpp  
 M  +16 -0     rendering/render_line.cpp  
 M  +8 -3      rendering/render_line.h  
 M  +0 -19     rendering/render_list.cpp  
 M  +5 -1      rendering/render_object.cpp  
 M  +50 -1     rendering/render_object.h  
 M  +51 -0     rendering/render_style.cpp  
 M  +38 -0     rendering/render_style.h  
 M  +75 -3     rendering/render_table.cpp  
 M  +6 -1      rendering/render_table.h  
 M  +6 -25     rendering/render_text.cpp