Closed manumaticx closed 10 years ago
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';
@ardiwine Thanks for the hint. Fix is in the making :)
When you set the title (or subtitle) like this, it doesn't apply the font, only the title.