octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: fontconfig failure on Fedora x86_64 systems


From: Michael D Godfrey
Subject: Re: fontconfig failure on Fedora x86_64 systems
Date: Sat, 12 Sep 2009 10:10:46 -0700
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.1) Gecko/20090814 Fedora/3.0-2.6.b3.fc11 Thunderbird/3.0b3

John,

Here is a very temporary (I think) fix for the font problem:

Edit line 144 of txt-eng-ft.cc to read:
          if (match)   // && res != FcResultNoMatch)
=======================================
This causes my fontconfig to select a perfectly reasonable
font (/usr/share/fonts/dejavu/DejaVuSans.ttf).  There may be some
reason for the additional
&& res != FcResultNoMatch test, but
I do not understand why it is needed.  At least this change makes
it easier to get on with the printing problem (and I learned a little
bit about all this fltk, GL2ps, OpenGL, etc., etc., stuff...

Do you want to see the output that I get for setenv FC_DEBUG 1
after the change?  It looks a lot like what you got.

Michael


reply via email to

[Prev in Thread] Current Thread [Next in Thread]