-
Notifications
You must be signed in to change notification settings - Fork 103
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
Allow updating the available font list #49
Comments
iinm, |
I think you misunderstand the bug. What I'm running into is: I initialize JSO with Here's a detailed timeline of the bug I notice:
So it seems that, when the font changes, if it has to download the font, it forgets to refresh the render after it downloads. |
@incidentist Encountered the same problem 😄, have you solved it? |
If I initialize an instance with the
subUrl
option and a given font, JSO renders fine.However, if I use
setTrack
with another font, the render is not updated to use the new font. The text and other style properties are updated, just not the font.Both fonts have been specified in the
availableFonts
option.Currently the only workaround I have is to dispose and reinitialize JSO.
The text was updated successfully, but these errors were encountered: