From e572e11b1257f11552435ab51c417b59f94eb291 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 8 Nov 2024 09:37:52 +0000 Subject: [PATCH] Use my own, officially assigned, achVendID The assignment is recorded at . This branch is destined to be the next major version of Bedstead, so it's a sensible place to make this change. --- bedstead.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bedstead.c b/bedstead.c index 16d8f05..0de87ff 100644 --- a/bedstead.c +++ b/bedstead.c @@ -109,7 +109,7 @@ /* Font identity information. */ #define FAMILY_NAME "Bedstead" #define VERSION "002.009" -#define VENDOR_ID "PfEd" /* For the achVendID field in the 'OS/2' table. */ +#define VENDOR_ID "BJHa" /* For the achVendID field in the 'OS/2' table. */ #define FOUNDRY "bjh21" /* For the XLFD/BDF FOUNDRY property. */ /* Metrics expressed in pixels. */ -- 2.30.2