Добавлена обработка inline-изображений

This commit is contained in:
Book Pauk
2019-02-20 20:57:34 +07:00
parent d3a30b87f4
commit 1a7ceb333d
3 changed files with 58 additions and 4 deletions

View File

@@ -209,6 +209,7 @@ class TextPage extends Vue {
this.parsed.p = this.p;
this.parsed.w = this.w;// px, ширина текста
this.parsed.font = this.font;
this.parsed.fontSize = this.fontSize;
this.parsed.wordWrap = this.wordWrap;
this.parsed.cutEmptyParagraphs = this.cutEmptyParagraphs;
this.parsed.addEmptyParagraphs = this.addEmptyParagraphs;