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/ching-font-size-in-class-diagram-vs2012
ダイアグラムを再度開くと、すべてが調整されます。