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

Custom.otf fonts not supported #473

Closed
ElyDantas opened this issue Sep 5, 2018 · 2 comments
Closed

Custom.otf fonts not supported #473

ElyDantas opened this issue Sep 5, 2018 · 2 comments
Assignees
Labels
Milestone

Comments

@ElyDantas
Copy link

Sadly i can't load my custom otf font that's tailored for my project inside the graphs i'm creating with Macaw.

private let numberFont = Font(name: "Titillium-Light", size: 16) // Not working
private let numberFont = Font(name: "Serif", size: 16) // Working
@godexsoft
Copy link

I happened to have the same exact issue with ttf fonts right now. I have found the solution to my problem and i encourage you to try it with your issue too!
Check this #474

Cheers,
Alex

@ystrot ystrot added the bug label Feb 6, 2019
@ystrot ystrot self-assigned this Feb 6, 2019
@ystrot ystrot closed this as completed in baea2cc Feb 11, 2019
@ystrot ystrot added this to the 0.9.4 milestone Feb 11, 2019
@ystrot
Copy link
Member

ystrot commented Feb 11, 2019

This issue fixed in the master branch and will be part of 0.9.4 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants