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

Warning in load fonts() : More than one version of regular/bold/italic font #16

Closed
starlinq opened this issue Oct 5, 2012 · 3 comments

Comments

@starlinq
Copy link

starlinq commented Oct 5, 2012

I tried to install and use the Georgia font in Ubuntu and R 2.15.1 but got a message: Warning in load fonts() : More than one version of regular/bold/italic font for Georgia. Skipping setup for this font. Finally the font has not been registered, so I cannot use it. Is there any workaround for the problem?

@wch
Copy link
Owner

wch commented Oct 5, 2012

I've used Georgia and haven't encountered this problem before... What entries are listed when you run subset(fonttable(), FamilyName == "Georgia") ?

@starlinq
Copy link
Author

starlinq commented Oct 8, 2012

I put the result of the subset command in pastebin:

http://pastebin.com/ty1Gq2C9

fonts() function shows Georgia as available font but the loadfonts() fails
to load the Georgia font (it gives me: "Warning in loadfonts() : More than
one version of regular/bold/italic found for Georgia. Skipping setup for
this font.") so I cannot use the font for plot now, it gives me an
error: unknown family 'Georgia'.

Just let me know, if you need any additional information.

Regards,
VS

On Sat, Oct 6, 2012 at 5:28 AM, Winston Chang notifications@github.comwrote:

I've used Georgia and haven't encountered this problem before... What
entries are listed when you run subset(fonttable(), FamilyName ==
"Georgia") ?


Reply to this email directly or view it on GitHubhttps://github.com//issues/16#issuecomment-9188717.

@wch
Copy link
Owner

wch commented Oct 11, 2012

It looks like Georgia got imported twice somehow. I think the best bet is to reinstall extrafontdb (which clears the font database) and re-run the font import. If the problem still happens, please let me know.

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

2 participants