Edit

kc3-lang/harfbuzz/src/OT/Layout/GPOS/ExtensionPos.hh

Branch :

  • Show log

    Commit

  • Author : Garret Rieger
    Date : 2022-06-28 23:26:49
    Hash : 88ef3c5a
    Message : [reorg] Change OT::Layout::GPOS to OT::Layout::GPOS_impl.

  • src/OT/Layout/GPOS/ExtensionPos.hh
  • #ifndef OT_LAYOUT_GPOS_EXTENSIONPOS_HH
    #define OT_LAYOUT_GPOS_EXTENSIONPOS_HH
    
    namespace OT {
    namespace Layout {
    namespace GPOS_impl {
    
    struct ExtensionPos : Extension<ExtensionPos>
    {
      typedef struct PosLookupSubTable SubTable;
    };
    
    }
    }
    }
    
    #endif /* OT_LAYOUT_GPOS_EXTENSIONPOS_HH */