This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Discrepancy in values between gl-js and native for localIdeographFontFamily #14866
Labels
Core
The cross-platform C++ core, aka mbgl
feature
GL JS parity
For feature parity with Mapbox GL JS
text rendering
Milestone
I'm using a custom ideograph for iOS but attempting to define it the same way as gl-js:
localIdeographFontFamily: "'Hiragino Sans', 'Noto Sans CJK SC', 'sans-serif'"
In iOS at least, you can only set a single font as the ideographic font. Which is different from what's supported in GL-JS where fallbacks can be used.
This seems confusing and I would expect the value provided to behave the same way.
The text was updated successfully, but these errors were encountered: