tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

Common.hh (391B)


      1 #ifndef OT_LAYOUT_GSUB_COMMON_HH
      2 #define OT_LAYOUT_GSUB_COMMON_HH
      3 
      4 #include "../../../hb-serialize.hh"
      5 #include "../../../hb-ot-layout-gsubgpos.hh"
      6 
      7 namespace OT {
      8 namespace Layout {
      9 namespace GSUB_impl {
     10 
     11 template<typename Iterator>
     12 static void SingleSubst_serialize (hb_serialize_context_t *c,
     13                                   Iterator it);
     14 
     15 }
     16 }
     17 }
     18 
     19 #endif /* OT_LAYOUT_GSUB_COMMON_HH */