Closed actionnick closed 10 years ago
You can see in this screenshot the text renders initially in a default sans serif font.
On a redraw though it renders with the correct font.
loading for use on a canvas is not the same as loading for use on a webpage. When the font reports ready, it's ready for styling text on the page only: using it on the canvas actual leads to a new load operation into the canvas 2d/3d context, which can take a few frames.
Steps To Repro: