1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 21:30:03 -04:00

[text] support non-latin characters by dynamically adding them to atlas

This commit is contained in:
Emil Ernerfeldt
2020-09-09 14:24:13 +02:00
parent 0e870dae3e
commit bb367752cf
10 changed files with 178 additions and 103 deletions

View File

@@ -34,9 +34,11 @@ TODO-list for the Egui project. If you looking for something to do, look here.
* [ ] Distinguish between touch input and mouse input
* [ ] Get modifier keys
* [ ] Keyboard shortcuts
* [ ] Copy, paste, undo, ...
* [ ] Text
* [ ] Unicode
* [ ] Shared mutable expanding texture map?
* [/] Unicode
* [x] Shared mutable expanding texture map
* [ ] Text editing of unicode
* [ ] Change text style/color and continue in same layout
* [ ] Menu bar (File, Edit, etc)
* [ ] Sub-menus