I have created a custom language to use with the edit control which works fine. All the items in the language appear in a 12pt font. However, if I hit return and have a blank line with nothing on it, it appears in a smaller size (I think equivalent to 10pt). When you then try inserting something on that line, it overlaps the line below.
Is there a way to change the size of a line that appears when there is no item on it i.e. on pressing return in the editor. I can't figure out a way of creating a lexer that does that.
Thanks