-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add simple line breaking support #50
Comments
grigorig/ucdn#7 should be helpful here. cc @mzn723. |
- Add absolute x and y positions - Add udcn library - Add alignment feature (left, right, center) close HOST-Oman#50, close HOST-Oman#57
Hm, when I use this in fontview, raqm enters an endless loop inside |
I was debugging that a couple of weeks ago, and the current code in |
Thanks, much appreciated. |
Curious, how’s the rewrite going? |
Not much unfortunately, didn’t have time to do Raqm hacking lately. |
Curious, any updates? (Sorry for the nagging). |
No, unfortunately. I have been pretty busy with other stuff and right now I don’t know when I’ll have time again to look into this. |
Hey, I am looking into this library because I wanted to use it along with Harfbuzz and FreeType for Persian, but I am a bit stuck at linebreaks, has there been any change in this issue? |
No one is actively working on this unfortunately, and I cam to the conclusion that this is best handled by an more actively maintained library, probably libunibreak than trying to replicate that work here, though I suspect some Raqm users might not appreciate the extra dependency. |
Hi, I was wondering, might it be an idea to have sort of wrapper functions around the linebreaking functionality, that library-consumers can then reimplement, much like harfbuzz has for it's unicode functions? This way this library can have some super-basic implementation for people who don't need much, and then people who need up-to-date linebreaking algos can use libunibreak or ICU directly. |
Just the basics (breaking at spaces and other simple break opportunities), just good enough for basic Arabic and Latin needs.
The text was updated successfully, but these errors were encountered: