Is your feature request related to a problem? Please describe.
We want to draw horizontal lines to separate blocks of text and vertical lines to indicate positions without drawing partly over the text. Screenshot of current solution with drawing the lines after the text which hides lower parts of the g (used font: "CommitMono").
Describe the solution you'd like
I imagine some event hook for StyledText that is invoked after drawing the background and before drawing the text.
Describe alternatives you've considered
Currently, we draw these lines after the text, hiding parts of the text. Hence this is no good alternative.
Is your feature request related to a problem? Please describe.
We want to draw horizontal lines to separate blocks of text and vertical lines to indicate positions without drawing partly over the text. Screenshot of current solution with drawing the lines after the text which hides lower parts of the
g(used font: "CommitMono").Describe the solution you'd like
I imagine some event hook for
StyledTextthat is invoked after drawing the background and before drawing the text.Describe alternatives you've considered
Currently, we draw these lines after the text, hiding parts of the text. Hence this is no good alternative.