chiark / gitweb /
Use my own, officially assigned, achVendID
authorBen Harris <bjh21@bjh21.me.uk>
Fri, 8 Nov 2024 09:37:52 +0000 (09:37 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Thu, 14 Nov 2024 22:27:18 +0000 (22:27 +0000)
The assignment is recorded at
<https://learn.microsoft.com/en-gb/typography/vendors/>.

This branch is destined to be the next major version of Bedstead, so
it's a sensible place to make this change.

bedstead.c

index 16d8f05a4e52c19d77cbc709e926742c57cac826..0de87ff20ec4dcdbfb1c7f7bc50a64d20e11cb00 100644 (file)
 /* 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. */