How it is possible to modify the default font size of UML notes in class diagram?
/**
* @opt attributes
* @note How to modify font size of this text?
*/
I tried with all documented fontsize options from the documentation site, but none of them modifies the note text font size.
/**
* @hidden
....
* @opt nodefontclasssize 22
* @opt nodefontsize 14
* @opt nodefonttagsize 14
* @opt nodefontpackagesize 14
* @opt edgefontsize 14
....
*/
class UMLOptions{}
I'm using UMLGraph-5.6