【发布时间】:2012-02-29 12:10:16
【问题描述】:
谁能告诉我如何设置FontDialog的默认字体名称、字体大小、字体颜色……
FontDialog dlg = new FontDialog();
dlg.ShowColor = true;
if (dlg.ShowDialog() != DialogResult.OK) return;
dlg.ShowDialog() ;方法应该显示我选择的“microsoft san serif”的字体名称
【问题讨论】: