Summary: | Printing by All KDE Applications is bad | ||
---|---|---|---|
Product: | [Unmaintained] koffice | Reporter: | Mohd Asif Ali Rizwaan <maarizwan> |
Component: | general | Assignee: | KDEPrint Devel Mailinglist <kde-print-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dv5a, esigra, t.zell |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
As you can see the Fonts are not aliased and bytecode is enabled for that.
I have bytecode compiled in. can be seen in the screenshot. so it's not a ONE System's/Person's problem. I have bytecode compiled in. can be seen in the screenshot. so it's not a ONE System's/Person's problem. Test Case - a tar.bz2 file - contains PDF and How to Reproduce text. Printout from KMail Zoom into printout from KMail |
Description
Mohd Asif Ali Rizwaan
2006-06-09 20:25:42 UTC
When rizwaan says type1 fonts print better he means that he just installed a pfb and no pfm kerning file. So, in effect he turned off kerning and now has better printing. Which isn't all that surprising and points to problems in his freetype. Specifically; BCI does not seem to be enabled. Search the net for "bytecode freetype" to get more info. Created attachment 16550 [details]
As you can see the Fonts are not aliased and bytecode is enabled for that.
I installed .pfb and .afm files. and I also compiled freetype with bytecode
interpreter enabled in freetype-2.2/config/ftoptions.h
The screenshot shows that the bytecode is compiled in. A software patent is
bullshit in Asia and Europe. Just turn off your antialiasing and see jagged
fonts (if bytecode is not compiled in).
>When rizwaan says type1 fonts print better he means that he just installed a pfb and no pfm kerning file. Okay dude, I installed .pfm for the truetype font, created using Fontlab 5 in windows. I tried with: 1. ttf + pfm = crappy printout 2. ttf + AFM + PFB = crappy printout 3. PFB+AFM = good printout 4. PFB+AFM+PFM = good printout 5. pfm only = Font not detected so no printout What made you think that PFM+TTF+PFB will get a good printout? Anyhow, if TTF installed will not get good prints! What a shame that KDE Print System don't know how to use afm/pfb/pfm when both TTF and type1 fonts are installed. And you are asking All 12,000 KDE desktops to remain shameful till KDE 4 (any release date?). see 12,000 desktops migrated to KDE -> http://dot.kde.org/1149886049. And QTConfig doesn't help either! Disabling the Embedding will not print anything, even print preview is blank without font embedding! Created attachment 16553 [details] I have bytecode compiled in. can be seen in the screenshot. so it's not a ONE System's/Person's problem. >Which isn't all that surprising and points to problems in his freetype. Specifically; BCI does not seem to be enabled. Don't try to make it a joe user's problem. The Whole of KDE can't handle TTF for nice printing. At least name a distro which can print nicely using KDE Print System! I will try that. It is surprising indeed that KDE devs has been ignoring and stalling KDE Print Issues with TTF which is one of the most important aspects of a Desktop and that is printing. > Search the net for "bytecode freetype" to get more info. Did the search. and found that bytecode i've been compiling it for several years with every new release of freetype. Created attachment 16554 [details] I have bytecode compiled in. can be seen in the screenshot. so it's not a ONE System's/Person's problem. >Which isn't all that surprising and points to problems in his freetype. Specifically; BCI does not seem to be enabled. Don't try to make it a joe user's problem. The Whole of KDE can't handle TTF for nice printing. At least name a distro which can print nicely using KDE Print System! I will try that. It is surprising indeed that KDE devs has been ignoring and stalling KDE Print Issues with TTF which is one of the most important aspects of a Desktop and that is printing. > Search the net for "bytecode freetype" to get more info. Did the search. and found that bytecode i've been compiling it for several years with every new release of freetype. Created attachment 16555 [details]
Test Case - a tar.bz2 file - contains PDF and How to Reproduce text.
Please see in the attachment UGLY_printout.txt and Nice_Printout.txt
also you can *see* UGLY_printout.PDF and Nice_Printout.PDF.
Please use KPDF for better clarity. Also please use 100% zoom and 200% zoom to
see the differences.
Thanks.
I don't understand anything about fonts, but I can reproduce the problem. But if I disable (translated from spanish) "System Options->Fonts->Include fonts in PS data when printing" in KDEPrint dialog the problem is solved ¿?¿? Using Suse 10.1 with KDE 3.5.3 (QT 3.3.6) *** This bug has been confirmed by popular vote. *** This bug is valid. But it is not in the realm of KDEPrint to solve. KDEPrint does not *create* the printjob files it processes, and it doesn not embed (or not) fonts into the files. KDEPrint has its own assortment of bugs :-) Basically, what this bug report reflects are two facts: * the FOSS world and our users are missing a good set of Free and/or free quality fonts that display excellently on screen and on printed paper. * KDE and Qt (and the FOSS world) do not yet have an excellent mechanism of handling font details (kerning, auto-hinting, font substitutions where original font is missing). Probably this one should be assigned to KOffice/KWord (as the trustee for this bug), so it can be kept in mind for the development of KOffice 2.0. (It names "all KDE applications" but we do not have such a module.) Cheers, Kurt ----- Thomas, if you don't like this bug to spoil your statistics, feel free to give it back to KDEPrint to be the trustee. But we for sure can't create any code that would improve the printing quality of fonts. Qt4.x basically solved this issue. (oh, and much better fonts like the sil ones helped a lot!) While things might have improved, I'm still not very happy. Letters continue to be smashed together ... (see attached files) Created attachment 36343 [details]
Printout from KMail
Created attachment 36344 [details]
Zoom into printout from KMail
Can someone please explain to me, why or how this problem has been solved? The way I see this, the PDF/PS files produced by Qt 4.x still look bad and render very slowly (see my previous example). |