|
@@ -104,30 +104,16 @@ export default {
|
|
|
setup(editor) {
|
|
|
editor.on('init', () => {
|
|
|
editor.getBody().style.fontSize = '16pt'; // 设置默认字体大小
|
|
|
+ editor.execCommand('fontName', false, 'Arial'); // 设置默认字体
|
|
|
});
|
|
|
},
|
|
|
font_formats:
|
|
|
- 'Andale Mono=andale mono,monospace;' +
|
|
|
- 'Arial=arial,helvetica,sans-serif;' +
|
|
|
- 'Arial Black=arial black,sans-serif;' +
|
|
|
- 'Book Antiqua=book antiqua,palatino,serif;' +
|
|
|
- 'Comic Sans MS=comic sans ms,sans-serif;' +
|
|
|
- 'Courier New=courier new,courier,monospace;' +
|
|
|
- 'Georgia=georgia,palatino,serif;' +
|
|
|
- 'Helvetica=helvetica,arial,sans-serif;' +
|
|
|
- 'Impact=impact,sans-serif;' +
|
|
|
- 'League=League;' +
|
|
|
- 'Symbol=symbol;' +
|
|
|
- 'Tahoma=tahoma,arial,helvetica,sans-serif;' +
|
|
|
- 'Terminal=terminal,monaco,monospace;' +
|
|
|
- 'Times New Roman=times new roman,times,serif;' +
|
|
|
- 'Trebuchet MS=trebuchet ms,geneva,sans-serif;' +
|
|
|
- 'Verdana=verdana,geneva,sans-serif;' +
|
|
|
- 'Webdings=webdings;' +
|
|
|
- 'Wingdings=wingdings,zapf dingbats;' +
|
|
|
'楷体=楷体,微软雅黑;' +
|
|
|
'黑体=黑体,微软雅黑;' +
|
|
|
- '宋体=宋体,微软雅黑;',
|
|
|
+ '宋体=宋体,微软雅黑;' +
|
|
|
+ 'Arial=arial,helvetica,sans-serif;' +
|
|
|
+ 'Times New Roman=times new roman,times,serif;' +
|
|
|
+ '拼音=League;',
|
|
|
// 字数限制
|
|
|
fontsize_formats: '8pt 10pt 11pt 12pt 14pt 16pt 18pt 20pt 22pt 24pt 26pt 28pt 30pt 32pt 34pt 36pt',
|
|
|
ax_wordlimit_num: this.wordlimitNum,
|