fix: charSpacing in level
parent
11e09de5cd
commit
3ededdd2ac
|
@ -319,6 +319,10 @@ export class Docx {
|
||||||
level = level.fonts(f);
|
level = level.fonts(f);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (l.runProperty._characterSpacing != null) {
|
||||||
|
level = level.spacing(l.runProperty._characterSpacing);
|
||||||
|
}
|
||||||
|
|
||||||
if (l.paragraphProperty.indent) {
|
if (l.paragraphProperty.indent) {
|
||||||
let kind;
|
let kind;
|
||||||
if (l.paragraphProperty.indent.specialIndentKind === "firstLine") {
|
if (l.paragraphProperty.indent.specialIndentKind === "firstLine") {
|
||||||
|
|
Loading…
Reference in New Issue