While I could add more settings to control the formatting of comments, this actually requires a significant number of code changes, changes to the database, and takes up more room on the settings dialog (which is getting too full and I may need to consider a different design at some point). I think it would be better if you can utilize the pango markup syntax, which gives you full control over the formatting of any text in your file. For example, if you wanted to make the font larger for a comment and change the color, you could do this:
<span color="red" size="18">This is my comment</span>
another variant
<span color="red" size="larger">This is my comment</span>
The larger value maps to a 25% increase over the current font size at that point in the file. You can read more about the pango markup syntax here: https://www.chordpro.org/chordpro/chordpro_markup/
It's going to be a while before I have time to work on it, but I want to integrate the pango markup syntax with the text editor to make it much easier to control the styling.
Mike
<span color="red" size="18">This is my comment</span>
another variant
<span color="red" size="larger">This is my comment</span>
The larger value maps to a 25% increase over the current font size at that point in the file. You can read more about the pango markup syntax here: https://www.chordpro.org/chordpro/chordpro_markup/
It's going to be a while before I have time to work on it, but I want to integrate the pango markup syntax with the text editor to make it much easier to control the styling.
Mike