[OTLayout] Minor
authorBehdad Esfahbod <behdad@behdad.org>
Fri, 3 May 2013 21:34:29 +0000 (17:34 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Sat, 4 May 2013 20:04:04 +0000 (16:04 -0400)
src/hb-ot-layout-gpos-table.hh

index 7e5efa2..e47af07 100644 (file)
@@ -1429,6 +1429,11 @@ struct PosLookup : Lookup
   inline const PosLookupSubTable& get_subtable (unsigned int i) const
   { return this+CastR<OffsetArrayOf<PosLookupSubTable> > (subTable)[i]; }
 
+  inline bool is_reverse (void) const
+  {
+    return false;
+  }
+
   inline hb_is_inplace_context_t::return_t is_inplace (hb_is_inplace_context_t *c) const
   {
     TRACE_IS_INPLACE (this);