Улучшена загрузка внешних шрифтов

This commit is contained in:
Book Pauk
2020-02-17 11:53:03 +07:00
parent 225de11e6a
commit 9d68cfcaf0
2 changed files with 12 additions and 3 deletions

View File

@@ -605,6 +605,7 @@ export default class BookParser {
if (!this.force &&
para.parsed &&
para.parsed.testWidth === this.testWidth &&
para.parsed.w === this.w &&
para.parsed.p === this.p &&
para.parsed.wordWrap === this.wordWrap &&
@@ -620,6 +621,7 @@ export default class BookParser {
return para.parsed;
const parsed = {
testWidth: this.testWidth,
w: this.w,
p: this.p,
wordWrap: this.wordWrap,