Поправки

This commit is contained in:
Book Pauk
2019-01-17 02:48:04 +07:00
parent 3107f7adb1
commit 3bca059ac3
2 changed files with 2 additions and 2 deletions

View File

@@ -85,7 +85,7 @@ class TextPage extends Vue {
this.fontStyle = '';// 'bold','italic'
this.fontSize = 40;// px
this.fontName = 'arial';
this.lineInterval = 5;// px, межстрочный интервал
this.lineInterval = 15;// px, межстрочный интервал
this.textAlignJustify = true;// выравнивание по ширине
this.p = 60;// px, отступ параграфа
this.indent = 20;// px, отступ всего текста слева и справа