Expose hb_tag_from_string
Open
- Dominant language
- Cython
- Stars
- 110
- Forks
- 32
- Avg merge
- 1h 17m
- Merged PRs (30d)
- 1
Description
This doesn't work:
```
s = inp.layout_feature_tag_set
s.add("ss01")
```
Quite rightly, because this is a cdef `Set` of `int`. What we are supposed to put in this Set is the output of `hb_tag_from_string`. I can obviously reimplement this in Python, but it would be helpful if the functionality was exposed from uharfbuzz itself.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.