Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想让文本更小,而不是缩放图表,而是改变字体大小。是否可以?
我找到了一个解决方案:
使用文本编辑器打开 *.cd 文件。在文件末尾查找字符串,如下所示:
<Font Name="Consolas" Size="7" />
更改。
您可以通过在 VS 的选项菜单中设置字体大小等来更改此设置:
http://social.msdn.microsoft.com/Forums/vstudio/en-US/566e3e74-5955-431f-bc58-f92f68effa39/sharing-font-size-in-class-diagram-vs2012
重新打开图表,一切都会调整。