0
如何在WPF中的所有FlowDocumentReader控件中更改字體?如何更改所有FlowDocumentReader控件中的字體?
對於某些選擇我做的
FontFamily f = new FontFamily("Verdana");
flowDR.Selection.ApplyPropertyValue(TextElement.FontFamilyProperty, f);
但我怎麼能更改整個文檔的字體?