From 16ef6bb038afaba6f7aec007ffd80c11427cf2e8 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Tue, 6 Oct 2009 23:40:26 +0100 Subject: [PATCH] Add an appropriate GaspTable, even if I haven't seen anything pay attention to it yet. --- ttxt.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ttxt.c b/ttxt.c index 7262d87..7b54da1 100644 --- a/ttxt.c +++ b/ttxt.c @@ -545,6 +545,8 @@ main(int argc, char **argv) printf(" StdHW 5 [100]\n"); printf(" StdVW 5 [100]\n"); printf("EndPrivate\n"); + /* Force monochrome at 10 and 20 pixels, and greyscale elsewhere. */ + printf("GaspTable: 5 9 2 10 0 19 3 20 0 65535 3\n"); printf("Lookup: 1 0 0 \"smcp: lower-case to small caps\" {\"smcp\"} " "['smcp' ('latn' <'dflt'>)]\n"); printf("Lookup: 1 0 0 \"c2sc: upper-case to small caps\" {\"c2sc\"} " -- 2.30.2