git: 9front

Download patch

ref: d122c3546c784d7e17af59c1a1a03a61bb6bcc98
parent: fd9c3ac35bfa1fe93e3d8b43b661925e2fef9964
author: aiju <devnull@localhost>
date: Tue Oct 16 15:26:40 EDT 2018

ttf: SHZ also uses 0x36

--- a/sys/src/libttf/hint.c
+++ b/sys/src/libttf/hint.c
@@ -1542,7 +1542,7 @@
 	[0x30] h_iup, h_iup,
 	[0x32] h_shp, h_shp,
 	[0x34] h_shc, h_shc,
-	[0x37] h_shz,
+	[0x36] h_shz, h_shz,
 	[0x38] h_shpix,
 	[0x39] h_ip,
 	[0x3a] h_msirp, h_msirp,
--