size adjust
This commit is contained in:
@@ -112,7 +112,7 @@ module.exports = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Wrap and measure lines while preserving group and level
|
// Wrap and measure lines while preserving group and level
|
||||||
const fontSizes = { 0: 26, 1: 22, 2: 18 };
|
const fontSizes = { 0: 24, 1: 20, 2: 16 };
|
||||||
const lineHeightFactor = 1.3;
|
const lineHeightFactor = 1.3;
|
||||||
|
|
||||||
let visualLines = []; // { text, group, level, fontSize, lineHeight }
|
let visualLines = []; // { text, group, level, fontSize, lineHeight }
|
||||||
|
|||||||
Reference in New Issue
Block a user