Beispiel #1
0
 void IHtmlEditorCommandSource.ApplyFontSize(float fontSize)
 {
     ApplyFormattingTag("font", "size=\"" + HTMLElementHelper.PointFontSizeToHtmlFontSize(fontSize) + "\"");
 }