如何更改 WPF 中所有 FlowDocumentReader 控件的字体?
对于一些选择我做
FontFamily f = new FontFamily("Verdana");
flowDR.Selection.ApplyPropertyValue(TextElement.FontFamilyProperty, f);
但是如何更改整个文档的字体?
如何更改 WPF 中所有 FlowDocumentReader 控件的字体?
对于一些选择我做
FontFamily f = new FontFamily("Verdana");
flowDR.Selection.ApplyPropertyValue(TextElement.FontFamilyProperty, f);
但是如何更改整个文档的字体?