You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Tools/Tester/OpenType/Common.h
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -700,10 +700,14 @@ struct ChainContextSubtable : public LookupSubtable {
700
700
}
701
701
};
702
702
703
-
structExtensionSubtable : publicTable {
703
+
structExtensionSubtable : publicLookupSubtable {
704
704
UInt16 format; // Format identifier
705
705
LookupType extensionLookupType; // Lookup type of subtable referenced by ExtensionOffset (i.e. the extension subtable)
706
-
Table *extensionTable; // Offset to the extension subtable, of lookup type ExtensionLookupType, relative to the start of the extension subtable
706
+
LookupSubtable *extensionTable; // Offset to the extension subtable, of lookup type ExtensionLookupType, relative to the start of the extension subtable
0 commit comments