From: Ben Harris Date: Sat, 3 Oct 2009 17:02:45 +0000 (+0100) Subject: Easy hints: StdHW and StdVW are 100. X-Git-Tag: bedstead-000.900~37 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=aaea65454984d4957311fca17590953f60de7c1b;p=bedstead.git Easy hints: StdHW and StdVW are 100. --- diff --git a/ttxt.c b/ttxt.c index e2eeb69..bbb700a 100644 --- a/ttxt.c +++ b/ttxt.c @@ -214,6 +214,10 @@ main(int argc, char **argv) printf("DisplaySize: -24\n"); printf("AntiAlias: 1\n"); printf("FitToEm: 1\n"); + printf("BeginPrivate: 2\n"); + printf(" StdHW 5 [100]\n"); + printf(" StdVW 5 [100]\n"); + printf("EndPrivate\n"); printf("BeginChars: %d %d\n", nglyphs+32, nglyphs); for (i = 0; i < nglyphs; i++) { printf("\nStartChar: %s\n", glyphs[i].name);