如何修改类图中UML注释的默认字体大小?
/**
* @opt attributes
* @note How to modify font size of this text?
*/
我尝试使用documentation site中所有已记录的 fontsize 选项,但它们都没有修改注释文字字体大小。
/**
* @hidden
....
* @opt nodefontclasssize 22
* @opt nodefontsize 14
* @opt nodefonttagsize 14
* @opt nodefontpackagesize 14
* @opt edgefontsize 14
....
*/
class UMLOptions{}
我正在使用UMLGraph-5.6