mirror of
https://github.com/emilk/egui.git
synced 2026-06-28 07:23:13 -04:00
[text] support non-latin characters by dynamically adding them to atlas
This commit is contained in:
@@ -59,7 +59,7 @@ impl WebBackend {
|
||||
self.painter.paint_jobs(
|
||||
bg_color,
|
||||
paint_jobs,
|
||||
self.ctx.texture(),
|
||||
&self.ctx.texture(),
|
||||
self.ctx.pixels_per_point(),
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user