Note Names plugin

• Oct 18, 2023 - 15:23

Hi all,

I am looking at the notenames.qml. I am wondering what code might change the font family, font size and font weight?

Cheers.


Comments

Hello,
After line 205 of the plugin, insert this:

//FONT FACE, COLOR, SIZE...
text.fontSize = 10;
text.color="black"; //black, navy ...
text.fontFace = "DejaVu Serif";
text.fontStyle = 1; //FontStyle: char { Normal = 0, Bold = 1, Italic = 2, Underline = 4 }

Replace the values ​​with whatever you want.
Tell me if it's ok for you!

Good luck !

Do you still have an unanswered question? Please log in first to post your question.