shithub: riscv

Download patch

ref: d31f6261b33c5bff12243b05ec752887dbffe019
parent: 2d221e61e3820a007ff2204adb73ad3ab27010c6
author: aiju <devnull@localhost>
date: Tue Oct 16 14:35:47 EDT 2018

libttf: dont unset LOOP in SHC

--- a/sys/src/libttf/hint.c
+++ b/sys/src/libttf/hint.c
@@ -1443,7 +1443,6 @@
 		n = forceproject(h, p, dp + d);
 		setpoint(h, ZP2, i, n);
 	}
-	h->f->loop = 1;
 }
 
 static void (*itable[256])(Hint *) = {