chiark / gitweb /
I don't think there's any need for my "palt" lookup to restrict itself from
authorBen Harris <bjh21@bjh21.me.uk>
Sun, 11 Oct 2009 22:14:55 +0000 (23:14 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Sun, 11 Oct 2009 22:14:55 +0000 (23:14 +0100)
considering ligatures.  For one thing, I don't have any.  Why FontForge
chose that as its default is anybody's guess.

ttxt.c

diff --git a/ttxt.c b/ttxt.c
index 3db4359eea9e6c3f2a2600ca2c914f36f7252c54..797ba4a1d3c647db4d6091f69038be930c96c1ab 100644 (file)
--- a/ttxt.c
+++ b/ttxt.c
@@ -602,7 +602,7 @@ main(int argc, char **argv)
            "['salt' ('DFLT' <'dflt'> 'arab' <'dflt'> 'latn' <'dflt'>)]\n");
        printf("Lookup: 3 0 0 \"aalt: all alternates\" {\"aalt\"} "
            "['aalt' ('DFLT' <'dflt'> 'arab' <'dflt'> 'latn' <'dflt'>)]\n");
-       printf("Lookup: 257 4 0 \"palt: proportional metrics\" {\"palt\"} "
+       printf("Lookup: 257 0 0 \"palt: proportional metrics\" {\"palt\"} "
            "['palt' ('DFLT' <'dflt'> 'arab' <'dflt'> 'latn' <'dflt'>)]\n");
        printf("Lookup: 1 0 0 \"smcp: lower-case to small caps\" {\"smcp\"} "
            "['smcp' ('latn' <'dflt'>)]\n");