You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
loadFont() and its callback argument don't seem to work.
Loaded font is only available once the browser has cached the file, which normally happens when you open the sketch for the second time. This behaviour is even present when loadFont() is called within the preload() function.
Also the callback argument is not implemented.
The text was updated successfully, but these errors were encountered:
loadFont()
and itscallback
argument don't seem to work.Loaded font is only available once the browser has cached the file, which normally happens when you open the sketch for the second time. This behaviour is even present when
loadFont()
is called within thepreload()
function.Also the
callback
argument is not implemented.The text was updated successfully, but these errors were encountered: