ref: 00b9b4736f1ee8bf19a143f3eb8f4811c60e78cd
parent: 2d6945b94e8e161d86e3ae05eb99593018434bbc
author: Ali Gholami Rudi <ali@rudi.ir>
date: Thu Sep 10 16:05:13 EDT 2020
otf: gsub to indicate new OFF lookups
--- a/otf.c
+++ b/otf.c
@@ -868,6 +868,7 @@
int ltype = U16(lookup, 0);
int ntabs = U16(lookup, 4);
char *tag = lookuptag(&lookups[i]);
+ printf("gsec %s\n", tag);
for (j = 0; j < ntabs; j++) {
void *tab = lookup + U16(lookup, 6 + 2 * j);
int type = ltype;
@@ -908,6 +909,7 @@
int ltype = U16(lookup, 0);
int ntabs = U16(lookup, 4);
char *tag = lookuptag(&lookups[i]);
+ printf("gsec %s\n", tag);
for (j = 0; j < ntabs; j++) {
void *tab = lookup + U16(lookup, 6 + 2 * j);
int type = ltype;