chiark
/
gitweb
/
~bjharris
/
bedstead.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c7ba49
)
Specify more values in 'OS/2' table.
author
Ben Harris
<bjh21@bjh21.me.uk>
Sat, 1 Jul 2017 00:38:03 +0000
(
01:38
+0100)
committer
Ben Harris
<bjh21@bjh21.me.uk>
Sat, 1 Jul 2017 00:38:03 +0000
(
01:38
+0100)
bedstead.c
patch
|
blob
|
history
diff --git
a/bedstead.c
b/bedstead.c
index d7ad3d89f829f0cb20dbe872dde188e014718ea3..6bb755885cb8bf89860b575956aafd485e673244 100644
(file)
--- a/
bedstead.c
+++ b/
bedstead.c
@@
-1263,8
+1263,11
@@
main(int argc, char **argv)
printf("OS2SupXOff: 0\n");
printf("OS2SubYOff: %d\n", 2 * YPIX);
printf("OS2SupYOff: %d\n", 2 * YPIX);
+ printf("FSType: 0\n");
+ printf("TTFWeight: 500\n");
printf("TTFWidth: %d\n", param->ttfwidth);
dopanose();
+ printf("OS2FamilyClass: %d\n", 0x080a);
printf("LayerCount: 2\n");
printf("Layer: 0 0 \"Back\" 1\n");
printf("Layer: 1 0 \"Fore\" 0\n");