Move [AdviceGlottalStopArchDepth] from meta/aesthetics.ptl to letter/latin-ext/glottal-stop.ptl.
#2941
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This function is only ever used by Glottal Stop itself and Digit 2 (
2).Since Digit 3 (
3) derives one of its shape variants based on Latin Ezh (Ʒ,ʒ), a letter that's also defined inletter/latin-ext/, I think it's fine if Digit 2 imports its arch depth function directly fromletter/latin-ext/glottal-stop.ptl.This is also consistent with certain mathematical characters importing arch depth values for Latin S (
S,s) directly fromletter/latin/s.ptl.Also fix
signargument for arch depth of Glottal Stop with Curl (𝼎), which was backwards before. This defect is made more clear in the code when going through and labeling each instantiation of the function as eitherlocal adaorlocal adbfor each character individually.