Add texture-space book pagination foundation

This commit is contained in:
2026-06-06 14:58:25 +02:00
parent 62215b280f
commit 9836c68ffa
4 changed files with 274 additions and 10 deletions
+1
View File
@@ -74,6 +74,7 @@ class BookPageFormatModule extends BaseModule {
width: Math.max(1, width - margins.outer - margins.inner),
height: Math.max(1, height - margins.top - margins.bottom)
},
typographyLineHeightPx: this.inchesToTexture(this.format.typography.lineHeightPt / 72, height),
typography: this.format.typography
};
}