Skip to content

Fedora 10 KDE plasma font rendering issue

3 messages · Martyn Plummer, Paul Bivand

#
On Tue, 2009-03-31 at 18:36 -0700, dfermin wrote:
Well it is some kind of font rendering problem. The default device is
the Cairo X11 device, which uses the Pango layout engine for font
rendering. 

If you set the environment variable FC_DEBUG to 1 before launching your
R session, you will get some debugging information. It is very verbose,
but we only need to see this bit:

First font Pattern has 15 elts (size 15)
	family: "Nimbus Sans L"(w)
	style: "Regular"(w)
	slant: 0(i)(w)
	weight: 80(i)(w)
	width: 100(i)(w)
	foundry: "urw"(w)
	file: "/usr/share/fonts/default/Type1/n019003l.pfb"(w)
	index: 0(i)(w)
	outline: FcTrue(w)
	scalable: FcTrue(w)
-----------------------------------------------------------------------
This message and its attachments are strictly confidenti...{{dropped:8}}
11 days later
#
I checked with my KDE 4.2 (Mandriva 2009 system, kde.org binaries)
with no font rendering issues in running demo(graphics).

It is quite possible that pango was not installed with Fedora (as it
is unnecessary for KDE 4.2 systems). Installing the relevant rpm may
fix things.

The packaging of the Fedora 2.8.1 rpm may need to take this into
account - if compiling, you'd have discovered at configure stage.

Paul Bivand

Paul Bivand

2009/4/1 Martyn Plummer <plummer at iarc.fr>:
1 day later
#
On Sun, 2009-04-12 at 13:19 +0100, Paul Bivand wrote:
The pango RPM should have been installed with R, as R requires the pango
and pangocairo libraries that it provides:

[martyn at seurat ~]$ rpm -q --requires R-core | grep pango -
libpango-1.0.so.0()(64bit)  
libpangocairo-1.0.so.0()(64bit)
-----------------------------------------------------------------------
This message and its attachments are strictly confidenti...{{dropped:8}}