From: Ben Harris Date: Fri, 8 Nov 2024 09:37:52 +0000 (+0000) Subject: Use my own, officially assigned, achVendID X-Git-Tag: bedstead-3.246~42 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=e572e11b1257f11552435ab51c417b59f94eb291;p=bedstead.git 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. --- 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. */