Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Ghostscript vs Infinality vs Type1 fonts
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
musv
Advocate
Advocate


Joined: 01 Dec 2002
Posts: 3337
Location: de

PostPosted: Tue Apr 29, 2014 4:52 pm    Post subject: Ghostscript vs Infinality vs Type1 fonts Reply with quote

Hi,

a few months ago I installed Infinality to improve the font appearance. I'm quite happy with the results. Unfortunately there's a problem, when I want to print pdf files, which contain Type1 fonts. Cups tells me:

Code:
"Failed to load gray PPM image"


The reason is to find in /etc/fonts/infinality/infinality.conf:
Code:
    <!-- Ban Type-1 fonts because they render poorly -->                       
    <!-- Comment this out to allow all Type 1 fonts -->
    <selectfont>
        <rejectfont>
            <pattern>
                <patelt name="fontformat" >
                    <string>Type 1</string>
                </patelt>
            </pattern>
        </rejectfont>
    </selectfont>


If I comment out that part, I can print without problems. The problem is Ghostscript, which expects Type1 fonts.

So until now, if the printer (also cups-pdf) remains idle, I comment out that part. Then I start printing. After finish printing, I remove the comments. It's working this way, but it's an annoying "solution". The problem is described here too: http://www.infinality.net/forum/viewtopic.php?f=2&t=238

Is there proper way to use infinality AND ghostscript?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum