mirror of
https://bjh21.me.uk/bedstead/.git
synced 2026-07-30 15:33:25 -04:00
Generate 'post' table for TTX
This commit is contained in:
parent
b0cbe870b3
commit
f1423c7124
11
bedstead.c
11
bedstead.c
@ -3001,6 +3001,17 @@ main(int argc, char **argv)
|
||||
docmap(3, 1, 4); /* Windows Unicode, BMP only */
|
||||
docmap(3, 10, 12); /* Windows Unicode, full repertoire */
|
||||
printf(" </cmap>\n");
|
||||
|
||||
printf(" <post>\n");
|
||||
TTXS(formatType, "3.0");
|
||||
TTXS(italicAngle, "0.0");
|
||||
TTXI(underlinePosition, -YPIX);
|
||||
TTXI(underlineThickness, YPIX);
|
||||
TTXI(isFixedPitch, 1);
|
||||
TTXI(minMemType42, 0); TTXI(maxMemType42, 0);
|
||||
TTXI(minMemType1, 0); TTXI(maxMemType1, 0);
|
||||
printf(" </post>\n");
|
||||
|
||||
/* printf("FontName: %s\n", fullname_to_fontname(get_fullname())); */
|
||||
/* printf("FullName: %s\n", get_fullname()); */
|
||||
/* printf("FamilyName: Bedstead\n"); */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user