Font-Validator
Font-Validator copied to clipboard
Possible inconsistencies in `ReverseChainSubst.GetMaxContextLength`
ReverseChainSubst.GetMaxContextLength calculates the length as this.BacktrackGlyphCount + this.LookaheadGlyphCount. Other lookup types add the lengths of their input sequences, so should this method add 1? Why does it add the backtrack count when other contextual lookup types do not?