-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Complex text shaping #471
Comments
Useful info on HarfBuzz API design https://mail.gnome.org/archives/gtk-i18n-list/2009-August/msg00025.html |
Long, possibly useful thread on Mozilla integration of HarfBuzz https://bugzilla.mozilla.org/show_bug.cgi?id=449292 |
I am also interested in this fix. I produce vector tiles with hebrew text only in Israel and users have been complaining that the text is reverted |
Hebrew labels look like nonsense until you realize they're flipped is there a solution I can implement now to resolve this for my gl-js map? |
bump geojsonhint version to 2.0.0 and ignore (newly introduced) hint …
* update GeoJSON source default values * Copy edits
Breaking this out from https://github.com/mapbox/gl-ported-maps/issues/20#issuecomment-43928958
Text shaping has moved client-side with switch to glyph ranges instead of augmented vector tiles, so complex text is no longer being shaped properly.
Proper text shaping:
Currently backwards, and without complex text shaping:
The text was updated successfully, but these errors were encountered: