Replies: 3 comments 11 replies
-
All correct. I don't think anyone built this with Graphite before, but that would be interesting indeed. @mhosken |
Beta Was this translation helpful? Give feedback.
-
graphite uses C++'s STL so probably you better go with emscripten, have a look at https://github.com/emscripten-core/emscripten/blob/main/tools/ports/harfbuzz.py which I happened to add there in 2018, probably you can add a graphite2 one also right there even. For bidi we have fribidi and a freetype-free libraqm port right in this repo but I'd say doing it with emscripten would be even easier to do. |
Beta Was this translation helpful? Give feedback.
-
Feel free to raise an issue on https://github.com/silnrsi/graphite including the .cc file you created and the errors you received. Debugging is hard. Guessing the code and responses makes it that much more tricky. TIA. |
Beta Was this translation helpful? Give feedback.
-
I'm looking into what it would take to use this library with Graphite support enabled. I'm assuming this includes at least:
-DHave_Graphite2
flag tobuild.sh
.If this is easy to do, can someone point me in the right direction? Also, this is purely shaping, correct? I'm assuming there is no bidi support or line-breaking.
Beta Was this translation helpful? Give feedback.
All reactions