xref: /aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/GPOS/ExtensionPos.hh (revision 2d1272b857b1f7575e6e246373e1cb218663db8a)
1 #ifndef OT_LAYOUT_GPOS_EXTENSIONPOS_HH
2 #define OT_LAYOUT_GPOS_EXTENSIONPOS_HH
3 
4 namespace OT {
5 namespace Layout {
6 namespace GPOS_impl {
7 
8 struct ExtensionPos : Extension<ExtensionPos>
9 {
10   typedef struct PosLookupSubTable SubTable;
11 };
12 
13 }
14 }
15 }
16 
17 #endif /* OT_LAYOUT_GPOS_EXTENSIONPOS_HH */
18