You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some Japanese characters like for example the Long Vowel Mark "ー" U+30FC https://www.compart.com/en/unicode/U+30FC have different appearance for horizontal and vertical text layout.
Instead of getting glyph indices with FreeType for a given character in
Some Japanese characters like for example the Long Vowel Mark "ー" U+30FC https://www.compart.com/en/unicode/U+30FC have different appearance for horizontal and vertical text layout.
Instead of getting glyph indices with FreeType for a given character in
https://github.com/maplibre/font-maker/blob/main/main.cpp#L21
We could use HarfBuzz with direction set to top-to-bottom. I tried this with the cli tool of harfbuzz and found it indeed returns different glyphs:
Motivated by maplibre/maplibre-gl-js#5259
The text was updated successfully, but these errors were encountered: