Closed LPGhatguy closed 1 year ago
I tried to work through this today. I think that the separation between TextBox and RenderTextBox makes this difficult and we should change the abstraction.
I think that similar to paint_text we can make a helper function to lay out text.
paint_text
Done!
I tried to work through this today. I think that the separation between TextBox and RenderTextBox makes this difficult and we should change the abstraction.
I think that similar to
paint_text
we can make a helper function to lay out text.