printf (")");
}
break;
+
+ case 12:
+ {
+ OTF_EncodingSubtable12 *sub12
+ = cmap->EncodingRecord[i].subtable.f.f12;
+ int j;
+
+ for (j = 0; j < sub12->nGroups; j++)
+ {
+ IPRINT ("(Group (#x%X) (startChar #x%04X) (endChar #x%04X) (startGlyphID #x%X))",
+ j,
+ sub12->Groups[j].startCharCode,
+ sub12->Groups[j].endCharCode,
+ sub12->Groups[j].startGlyphID);
+ }
+ }
}
indent -= 2;