AllenDang / giu

Cross platform rapid GUI framework for golang based on Dear ImGui.
MIT License
2.16k stars 128 forks source link

Colors per line in InputTextMultiline #699

Closed mikigal closed 9 months ago

mikigal commented 9 months ago

Hello, how can I make colors per line in InputTextMultiline widget?

AllenDang commented 9 months ago

InputMultiline doesn't support that, if all the text is readonly, you could use custom widget to draw the text line by line with different color.