Add texture-space book pagination foundation
This commit is contained in:
@@ -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
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user