Displaying 9 results from an estimated 9 matches for "cm8a".
2017 Jul 08
1
[Rd] italic font on cairo devices in R 3.4
...les 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
>
--
Yixu...
2017 Jul 07
2
italic font on cairo devices in R 3.4
Hi Ilia,
I'm running Arch Linux, R 3.4.0.
Here's my test.pdf from your minimal example: https://ptpb.pw/HxsA.pdf
It doesn't look pixelated to me...
Here's a post that I wrote when I solved my last font problem in R,
almost 2 years ago:
https://stackoverflow.com/a/40940331/5087283
I had to install some Microsoft font packages, which is sad, because
there are some perfectly
2017 Jul 07
2
[Rd] italic font on cairo devices in R 3.4
Hi Ilia,
I'm running Arch Linux, R 3.4.0.
Here's my test.pdf from your minimal example: https://ptpb.pw/HxsA.pdf
It doesn't look pixelated to me...
Here's a post that I wrote when I solved my last font problem in R,
almost 2 years ago:
https://stackoverflow.com/a/40940331/5087283
I had to install some Microsoft font packages, which is sad, because
there are some perfectly
2017 Jul 07
0
[Rd] italic font on cairo devices in R 3.4
...e 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: R...
2017 Jul 07
0
[Rd] italic font on cairo devices in R 3.4
...les 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
The second plot looks worse, in other words, and the Microsoft fonts
didn't help.
Maybe the Cairo device should be giving better warning messages.
Anyway it sounds like you are describing a regression so maybe someone
can track down the commit that created this problem.
Thanks,
Frederi...
2017 Jul 04
2
italic font on cairo devices in R 3.4
Hi all,
I have the following problem: Since R 3.4.0, italic fonts rendered on
Cairo devices appear pixelated. Here's a minimal example:
cairo_pdf('test.pdf')
plot(1:10, ylab=expression(italic(test)))
dev.off()
The same problem occurs with bolditalic, but not bold. I am using Debian
Stretch. Several friends tried the same on their machines, another
Debian machine has the same
2017 Jul 04
2
italic font on cairo devices in R 3.4
Hi all,
I have the following problem: Since R 3.4.0, italic fonts rendered on
Cairo devices appear pixelated. Here's a minimal example:
cairo_pdf('test.pdf')
plot(1:10, ylab=expression(italic(test)))
dev.off()
The same problem occurs with bolditalic, but not bold. I am using Debian
Stretch. Several friends tried the same on their machines, another
Debian machine has the same
2017 Jul 15
2
One Dimensional Monte Carlo Simulation
...ne
>>> 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
>>
>> The second plot looks worse, in other words, and the Microsoft fonts
>> didn't help.
>>
>> Maybe the Cairo device should be giving better warning messages.
>>
>> Anyway it sounds like you are describing a regression so maybe someone
>>...
2017 Aug 01
0
One Dimensional Monte Carlo Simulation
...ne
>>> 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
>>
>> The second plot looks worse, in other words, and the Microsoft fonts
>> didn't help.
>>
>> Maybe the Cairo device should be giving better warning messages.
>>
>> Anyway it sounds like you are describing a regression so maybe someone
>>...