Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fonts turn to be blurry in MacOS - Xquartz when enable showtext #45

Open
mingsu opened this issue Sep 24, 2020 · 0 comments
Open

Fonts turn to be blurry in MacOS - Xquartz when enable showtext #45

mingsu opened this issue Sep 24, 2020 · 0 comments

Comments

@mingsu
Copy link

mingsu commented Sep 24, 2020

require(showtext)
showtext_auto(enable = F)
plot(1)

Screen Shot 2020-09-24 at 10 28 43 AM

showtext_auto(enable = T)
plot(1)

Screen Shot 2020-09-24 at 10 29 35 AM

When I setup the dpi, font size changes

showtext_auto(enable = T)
showtext_opts(dpi = 220)
plot(1)

Screen Shot 2020-09-24 at 10 35 36 AM

> sessionInfo()
R version 4.0.2 (2020-06-22)
Platform: x86_64-apple-darwin17.0 (64-bit)
Running under: macOS Catalina 10.15.5

Matrix products: default
BLAS:   /Library/Frameworks/R.framework/Versions/4.0/Resources/lib/libRblas.dylib
LAPACK: /Library/Frameworks/R.framework/Versions/4.0/Resources/lib/libRlapack.dylib

locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base

other attached packages:
[1] showtext_0.9   showtextdb_3.0 sysfonts_0.8.1

loaded via a namespace (and not attached):
[1] compiler_4.0.2
>
@mingsu mingsu changed the title Fonts turn to be blurry in MacOS - Xquartz when enable show text Fonts turn to be blurry in MacOS - Xquartz when enable showtext Sep 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant