From: Ben Harris Date: Sun, 27 Oct 2024 11:56:30 +0000 (+0000) Subject: Explicitly set OS2Vendor to 'PfEd' X-Git-Tag: bedstead-3.246~99 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=be0055420f059ad7d4fbb7a40b9c0ef99a8728d3;p=bedstead-debian.git Explicitly set OS2Vendor to 'PfEd' That's the default value that FontForge uses. I'd like to change it, but fontconfig makes it available to applications as "foundry" and I somehow ended up with Emacs recording that in its configuration. So if I'm going to make that change I think it should go with a major version bump. But at least I can make sure it doesn't change unexpectedly and give myself somewhere to make the change when it comes. --- diff --git a/bedstead.c b/bedstead.c index 089cc0f..d103f96 100644 --- a/bedstead.c +++ b/bedstead.c @@ -2838,6 +2838,7 @@ main(int argc, char **argv) printf("TTFWeight: %d\n", weight->ttfweight); printf("TTFWidth: %d\n", width->ttfwidth); dopanose(); + printf("OS2Vendor: 'PfEd'\n"); printf("OS2FamilyClass: %d\n", 0x080a); printf("LayerCount: 2\n"); printf("Layer: 0 0 \"Back\" 1\n");