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
If a font file named my_font is set using ctx.set_fonts() and then another font file with the same name is set again using ctx.set_fonts(), it won't be applied.
Additionally, it's recommended to apply fonts immediately using ctx.set_fonts().
The text was updated successfully, but these errors were encountered:
If a font file named
my_font
is set usingctx.set_fonts()
and then another font file with the same name is set again usingctx.set_fonts()
, it won't be applied.Additionally, it's recommended to apply fonts immediately using
ctx.set_fonts()
.The text was updated successfully, but these errors were encountered: