Skip to content
Prev 53827 / 63421 Next

italic font on cairo devices in R 3.4

Interesting. I did not have the package installed, but I did at some 
point extract Helvetica from some MacOSX font files and R was using that 
just fine until 3.3. This is how the plot looks in 3.4 (still using 
Helvetica): https://ptpb.pw/HikX.pdf . After removing Helvetica, 
installing the ttf-mscorefonts-installer package, and running fc-cache 
--force  the plot looks like this: https://ptpb.pw/CM8A.pdf

Also note that the standard pdf device works fine: 
https://ptpb.pw/3Ml1.pdf , it's just the cairo devices (both pdf and 
svg) that have the issue. Unfortunately I need to use cairo_pdf due to 
unicode characters in axis labels.

Cheers, Ilia


-------- Original Message --------
Subject: Re: [Rd] italic font on cairo devices in R 3.4
Date: 2017-07-07 18:17:34 +0200
From: frederik
To: Ilia Kats
CC: r-devel, r-help