Abdul-Rahman Sibahi
Abdul-Rahman Sibahi
Excel understands these systems. I can type my equations and numbers with either Arabic numerals or Indic numerals, and the app works and understands them. Would be nice if Typst...
Potential issues with this : - Kashidas inserted between contextual alternatives (which are heavily used in Arabic fonts) break the shaping. Unless you intend to run the shaper afterwards. -...
I created a (n opinionated) crate to help with this: https://github.com/asibahi/kashida . Maybe you guys can find it useful. It has some custom rules for Arabic and Syriac, but also...
Hello. Came here to create an issue and found this one already. I have the same rust program implemented twice, once with `harfbuzz_rs` and once with `rustybuzz`. It is an...
I am using my fork/PR of [`harfbuzz_rs`](https://github.com/harfbuzz/harfbuzz_rs) which uses Harfbuzz 8.4.0 bindings
Over Eid vacation I have been working on a tiny toy project to compare HarfBuzz and Rustybuzz output for variable fonts (specifically Raqq). I came here to post it on...
@RazrFalcon small update: I refactored the code so I can switch between the two shapers with a trait, assuring I am calling both shapers exactly the same way. I found...
Hello I came into here looking for a `join` method as well. I have a vector of `ColoredString` which I need to put into one giant `ColoredString`. Currently I have...
Tried cloning the repo into my machine instead of linking from GitHub, and faced the same issue. A bit of googling about the not found symbols, ~~I found [this](https://stackoverflow.com/questions/18391487/compiling-with-glfw3-linker-errors-undefined-reference) Stack...