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

font ignored when set with object #43

Closed
manumaticx opened this issue Oct 13, 2014 · 2 comments
Closed

font ignored when set with object #43

manumaticx opened this issue Oct 13, 2014 · 2 comments
Assignees
Labels

Comments

@manumaticx
Copy link
Collaborator

When you set the title (or subtitle) like this, it doesn't apply the font, only the title.

abx.setTitle({
  text: "Test",
  font: "Aller.ttf"
});
@ardiwine
Copy link

I can also confirmed that the font and the title set can only be done in this particular order:

abx.title = 'Test';
abx.font = 'Aller.ttf'; 

I tried the following and did not work

abx.font = 'Aller.ttf';
abx.title = 'Test';

@manumaticx
Copy link
Collaborator Author

@ardiwine Thanks for the hint. Fix is in the making :)

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

2 participants