Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: details about hb_ot_layout_get_ligature_carets #3168

Closed
matthiasclasen opened this issue Aug 25, 2021 · 0 comments · Fixed by #3443
Closed

docs: details about hb_ot_layout_get_ligature_carets #3168

matthiasclasen opened this issue Aug 25, 2021 · 0 comments · Fixed by #3443

Comments

@matthiasclasen
Copy link
Collaborator

matthiasclasen commented Aug 25, 2021

I spent quite a while trying to find relevant details, it would be useful if the docs included some of this info:

  • a ligature from n characters will have n-1 ligature positions
  • the first character in the cluster isn't in represented in the list, since its caret position equals the glyph position
  • returned positions are 'unshaped' and need to have kerning fixups applied when using them in a shaped glyph string
matthiasclasen pushed a commit to matthiasclasen/harfbuzz that referenced this issue Feb 16, 2022
Add some relevant details to the documentation
for this function.

Fixes: harfbuzz#3168
behdad pushed a commit that referenced this issue Feb 16, 2022
Add some relevant details to the documentation
for this function.

Fixes: #3168
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants