harfbuzz / harfbuzz/uharfbuzz

Expose hb_tag_from_string

Open
#250 3 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.