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