Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGarbled text when using MS Gothic font #29
Comments
|
I can reproduce this issue and it seems to be a bug. In fact the |
|
Thanks for checking. It looks like the |
|
Sorry for the late action. I finally located the cause of this bug. It was a very tricky issue of the FreeType library dealing with the MS Gothic font. I will submit the new version to CRAN soon, and it would be nice if you can test the master branch to see if it works for you. |
|
That's great news. I installed from the master branch and I can confirm that the issue is fixed in my test case. Thanks! |
Hello,
I am seeing an issue when I try to use MS Gothic (installed by default in Windows 10). I have the following code:
The output PNG looks like this:
I haven't seen this problem using other fonts.
Is this a bug?
Thank you for your work on this library.