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
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
In #10522, we added support for client-side rendering of CJK glyphs through the localIdeographFontFamily option. This change was motivated by significant bandwidth required to download ideographic glyphs from the server; using client-side fonts for ideographs resulted in a performance optimization. At the time, we didn't include Hiragana and Katakana glyph ranges in localIdeographFontFamily because they're not ideographic; however, this makes it impossible to use client-side rendering for Japanese maps, which contain a mix of ideographic (Kanji) and non-ideographic characters.
In the next release, we should expand the glyph ranges of localIdeographFontFamily to include Hiragana and Katakana. The same change has already been made on GL-JS in mapbox/mapbox-gl-js#8365.
The text was updated successfully, but these errors were encountered:
tmpsantos
changed the title
localIdeographFontFamily should include Hiragana and Katagana glyph ranges
localIdeographFontFamily should include Hiragana and Katakana glyph ranges
Jun 26, 2019
In #10522, we added support for client-side rendering of CJK glyphs through the
localIdeographFontFamily
option. This change was motivated by significant bandwidth required to download ideographic glyphs from the server; using client-side fonts for ideographs resulted in a performance optimization. At the time, we didn't include Hiragana and Katakana glyph ranges inlocalIdeographFontFamily
because they're not ideographic; however, this makes it impossible to use client-side rendering for Japanese maps, which contain a mix of ideographic (Kanji) and non-ideographic characters.In the next release, we should expand the glyph ranges of
localIdeographFontFamily
to include Hiragana and Katakana. The same change has already been made on GL-JS in mapbox/mapbox-gl-js#8365.The text was updated successfully, but these errors were encountered: