Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Possible inconsistencies in ReverseChainSubst.GetMaxContextLength #76

Open
dscorbett opened this issue Feb 4, 2023 · 0 comments
Open

Comments

@dscorbett
Copy link

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant