harfbuzz / harfbuzzjs

Providing HarfBuzz shaping library for client/server side JavaScript projects
https://harfbuzz.github.io/harfbuzzjs/
Other
197 stars 34 forks source link

Expose `collect_unicodes` #66

Closed alker0 closed 2 years ago

alker0 commented 2 years ago

This PR exposes hb_face_collect_unicodes() and face.collectUnicodes(). But:

I don't know if this helps someone other than me so feel free to close or fix it. This can resolve this needs (an old Stack Overflow question) but not others as far as I searched.

If it will create createSet(), moving typedArrayFromSet() into result object with renaming should be better.