Добавил опцию "Инлайн в центр"

This commit is contained in:
Book Pauk
2019-02-20 21:39:17 +07:00
parent 8491c40890
commit 5f2206e766
7 changed files with 26 additions and 9 deletions

View File

@@ -219,6 +219,7 @@ class TextPage extends Vue {
this.parsed.measureText = this.drawHelper.measureText.bind(this.drawHelper);
this.parsed.lineHeight = this.lineHeight;
this.parsed.showImages = this.showImages;
this.parsed.showInlineImagesInCenter = this.showInlineImagesInCenter;
this.parsed.imageHeightLines = this.imageHeightLines;
}