commit 81f5e48651089176207c1f7e9717891d5ff7b933
parent c0bc227b30aaf827882f9a1451bf88c81759c195
Author: Frederic Cambus <fred@statdns.com>
Date: Mon, 23 Dec 2019 16:17:20 +0100
Add same spacing used by FontForge for the "Layer" directives.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/header.c b/src/header.c
@@ -27,8 +27,8 @@ header(FILE *stream, char *name, char *chars)
fprintf(stream, "Ascent: 768\n");
fprintf(stream, "Descent: 256\n");
fprintf(stream, "LayerCount: 2\n");
- fprintf(stream, "Layer: 0 0 \"Back\" 1\n");
- fprintf(stream, "Layer: 1 0 \"Fore\" 0\n");
+ fprintf(stream, "Layer: 0 0 \"Back\" 1\n");
+ fprintf(stream, "Layer: 1 0 \"Fore\" 0\n");
fprintf(stream, "FSType: 0\n");
fprintf(stream, "OS2Version: 0\n");
fprintf(stream, "OS2_WeightWidthSlopeOnly: 0\n");