次のコードスニペットは、フォント機能に使用されるコードを示しています。
rtb.Selection.TrimRuns(); foreach (var run in rtb.Selection.Runs) { run.FontSize = size; }