We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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" });
The text was updated successfully, but these errors were encountered:
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';
Sorry, something went wrong.
@ardiwine Thanks for the hint. Fix is in the making :)
93683fa
manumaticx
No branches or pull requests
When you set the title (or subtitle) like this, it doesn't apply the font, only the title.
The text was updated successfully, but these errors were encountered: