chiark / gitweb /
Revert "Turn off font subsetting when generating glyph complement."
authorBen Harris <bjh21@bjh21.me.uk>
Tue, 30 Apr 2024 22:46:24 +0000 (23:46 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Tue, 30 Apr 2024 22:46:24 +0000 (23:46 +0100)
Bedstead is now so large that Ghostscript 10.00.0 insists on subsetting
it (and telling us it's doing so) anyway.

This reverts commit 8371e8afb823e2e383e8a6cfcf0c7fc75907a674.

bedstead.c

index 3fae9c38bd85473b732211acda054c3df9d3177b..2101ef2f8eb3604a0a20241d1aa55f45afc14b6e 100644 (file)
@@ -3294,7 +3294,6 @@ glyph_complement()
        printf("%%!PS-Adobe\n");
        printf("%%%%Creator: bedstead\n");
        printf("%%%%Title: Bedstead Glyph Complement\n");
-       printf("%%%%LanguageLevel: 2\n");
        printf("/xfont /Bedstead findfont 20 scalefont def\n");
        printf("/nfont /Bedstead findfont 10 scalefont def\n");
        printf("/lfont /Bedstead findfont 4 scalefont def\n");
@@ -3325,8 +3324,6 @@ glyph_complement()
        printf("  16 1 string cvrs show\n");
        printf(" } for\n");
        printf("} def\n");
-       printf("/setdistillerparams where\n");
-       printf("{ pop << /SubsetFonts false >> setdistillerparams } if\n");
        printf("%%%%EndProlog\n");
        for (i = 0; i < nglyphs; i++) {
                g = sorted[i];