1. You must wait until the font is downloaded before rendering the canvas so that the font can be effective 2. The font referenced in the canvas must have a tag (span, p, etc.) in the document stream to reference the font!! !This is the biggest pitfall!!!
However, it is not recommended to use custom fonts in canvas because the font file loads too slowly. .
1. You must wait until the font is downloaded before rendering the canvas so that the font can be effective
2. The font referenced in the canvas must have a tag (span, p, etc.) in the document stream to reference the font!! !This is the biggest pitfall!!!