ClassicUO
ClassicUO copied to clipboard
Text system
Super important
- [x] easy multiline switch
- [x] text selection
- [x] copy, paste, cut
- [x] insert
- [x] undo/redo
- [x] home/end
- [x] arrows text navigation
- [x] correct book handling
Future changes
- [x] fontloader must load files and creates an unique texture with all fonts inside.
- [x] fonts shader
- [x] fontloader will store all data for each font (glyph, kerning, chars info)
https://github.com/andreakarasho/ClassicUO/tree/stb_textedit
It needs support for the links highlighted in blue and underlined, to open the link written by someone press ctrl + click on the link This would be a nice thing like this http://jwjfjsowhrjfosjeg.com/
@andreakarasho
Curious how this is coming along? Really looking forward to the ability to copy and paste!
You can copy & paste in the current system
it's done in https://github.com/andreakarasho/ClassicUO/tree/font-renderer missing just the implementation