From: Ben Harris Date: Mon, 1 Sep 2014 17:28:16 +0000 (+0100) Subject: Set WWS bit in 'OS/2' header. X-Git-Tag: bedstead-001.001~6 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=b64e107ad7e552c3c7044b7878303b5333a0f24b;p=bedstead.git Set WWS bit in 'OS/2' header. Bedstead only varies in width for now. --- diff --git a/bedstead.c b/bedstead.c index 28e2e92..0f503de 100644 --- a/bedstead.c +++ b/bedstead.c @@ -1164,6 +1164,7 @@ main(int argc, char **argv) printf("FullName: %s\n", param->fullname); printf("FamilyName: Bedstead\n"); printf("Weight: Medium\n"); + printf("OS2_WeightWidthSlopeOnly: 1\n"); printf("Copyright: Copyright 2009-2014 Ben Harris and others\n"); printf("Version: 001.000\n"); printf("ItalicAngle: 0\n");