egui icon indicating copy to clipboard operation
egui copied to clipboard

`ctx.set_fonts()` Doesn't Apply Fonts with Same Name

Open rustbasic opened this issue 1 year ago • 0 comments

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().

rustbasic avatar Oct 12 '24 14:10 rustbasic