fix: charSpacing in level

main
bokuweb 2024-12-23 19:38:07 +09:00
parent 11e09de5cd
commit 3ededdd2ac
1 changed files with 4 additions and 0 deletions

View File

@ -319,6 +319,10 @@ export class Docx {
level = level.fonts(f);
}
if (l.runProperty._characterSpacing != null) {
level = level.spacing(l.runProperty._characterSpacing);
}
if (l.paragraphProperty.indent) {
let kind;
if (l.paragraphProperty.indent.specialIndentKind === "firstLine") {