问题:XMind如何改变默认设置(以字体名称为例)
1.XMind虽然提供了修改默认配置的接口,但是并不能保存这些设置.
2.用户想要设置自定义的字体名称,字体大小等等选项
3.需要导出设置在其它机器上不用再配置即可使用
解决办法:
1.默认设置打开的界面,如图:
2.打开设置默认风格的路径(D:/Program Files/XMind/plugins/org.xmind.ui.resources_3.1.1.200912022330/styles),打开defaultStyle.xml文件,如图:
3.默认字体为: font-family=”$system$”,替换为: font-family=”Courier New”
4.再次打开XMind如图:
5.修改其它设置:
- font-weight=”bold”
- fo:color=”#4c4c4c”
- fo:font-family=”$system$”
- fo:font-style=”normal”
- fo:font-size=”18pt”
- fo:text-decoration=”none”
- shape-class=”org.xmind.topicShape.roundedRect”
- shape-corner=”8pt”
- svg:fill=”#97cbff”
- fo:margin-left=”22pt”
- fo:margin-right=”22pt”
- fo:margin-top=”14pt”
- fo:margin-bottom=”14pt”