From e015b8f2187d1102b9c34d1a63504e7b05ee20ee Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 3 May 2013 17:34:29 -0400 Subject: [PATCH] [OTLayout] Minor --- src/hb-ot-layout-gpos-table.hh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/hb-ot-layout-gpos-table.hh b/src/hb-ot-layout-gpos-table.hh index 7e5efa27d..e47af0799 100644 --- a/src/hb-ot-layout-gpos-table.hh +++ b/src/hb-ot-layout-gpos-table.hh @@ -1429,6 +1429,11 @@ struct PosLookup : Lookup inline const PosLookupSubTable& get_subtable (unsigned int i) const { return this+CastR > (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);