FCKEditor动态修改字体及大小
editorInstance.Commands.GetCommand('FontName').Execute("宋体");editorInstance.Commands.GetCommand('FontSize').Execute("3");//字体大小 1/最小;2/更小;3/小;4/标准;5/大;6/更大;7/最大