diff --git a/lib/postproc/phototypesetter.mjs b/lib/postproc/phototypesetter.mjs index aef9f2e..3fdcecc 100644 --- a/lib/postproc/phototypesetter.mjs +++ b/lib/postproc/phototypesetter.mjs @@ -186,6 +186,8 @@ export default class Phototypesetter { this.output += char in this.glyphNames ? `C${this.glyphNames[char]}\nw` : `c${char}\nw`; + if(this.debug) + this.output += "\n"; }