From df89d898f0c643d846002a3902da63fd8862119e Mon Sep 17 00:00:00 2001 From: mischief Date: Sat, 13 Oct 2018 02:20:31 -0700 Subject: libttf: instruction 0x24 is DEPTH, not CLEAR --- sys/src/libttf/hint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/src/libttf/hint.c b/sys/src/libttf/hint.c index 19d36632c..2b68db2a8 100644 --- a/sys/src/libttf/hint.c +++ b/sys/src/libttf/hint.c @@ -1469,7 +1469,7 @@ static void (*itable[256])(Hint *) = { [0x21] h_pop, [0x22] h_clear, [0x23] h_swap, - [0x24] h_clear, + [0x24] h_depth, [0x25] h_cindex, [0x26] h_mindex, [0x2a] h_loopcall, -- cgit v1.2.3