[OTLayout] Minor

This commit is contained in:
Behdad Esfahbod 2013-05-03 17:34:29 -04:00
parent 780cd930a9
commit e015b8f218
1 changed files with 5 additions and 0 deletions

View 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);