fafalone / ColorEmojiDemo

twinBASIC DirectX Color Emoji Demo
MIT License
5 stars 2 forks source link

Would love to see this in a textbox user control #1

Open LennoxP90 opened 12 months ago

LennoxP90 commented 12 months ago

Like the title suggest I would love to see this in a Usercontrol that allows text editing like a Textbox or richtextbox

fafalone commented 12 months ago

I've been working on such a project on and off... it's very complex and I've got so many other things going, but I do plan on finishing it eventually :)

Was thinking about starting with a single-line only control, which massively reduces the complexity. There's more that goes into a simple looking textbox control than you'd ever think when, like here, you have to start from absolute scratch, drawing every pixel yourself.