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

windowsFonts() is necessary for glyphs #48

Open
awunderground opened this issue Dec 10, 2018 · 0 comments
Open

windowsFonts() is necessary for glyphs #48

awunderground opened this issue Dec 10, 2018 · 0 comments
Assignees
Labels
feature New feature or request

Comments

@awunderground
Copy link
Collaborator

This may be necessary:

if (.Platform$OS.type == 'windows') {
  message('Sourcing for Windows...')
  windows.options(width = 8.33333333333333, height = 5.55555555555556)
  windowsFonts(Lato = windowsFont("Lato"))
  windowsFonts(FontAwesome = windowsFont("FontAwesome"))
  } else {
  message('Sourcing for Mac/Linux...')
  quartz.options(width = 8.33333333333333, height = 5.55555555555556, dpi = 72)
  }
@awunderground awunderground added the feature New feature or request label Dec 10, 2018
@awunderground awunderground self-assigned this Dec 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant