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.
loadFont()and itscallbackargument 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
callbackargument is not implemented.