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
Hacking the function to allow regular western characters makes it work technically but the result is bad spacing and correcting that with textLetterSpacing makes the text appear off-center and kerning is still non-existent.
Hi, I'm using MapLibre in a semi-offline use-case to render GeoJsons which is a relatively fringe one but this is an issue nonetheless.
I'm developing for Android with MapLibre 9.5.1.
Repro
Style.Builder()
for instance)textFont(arrayOf("Roboto Black"))
.Now the text and icons show up again.
Expected behaviour
MapLibre should use a local font as fallback (i.e. "sans-serif") and at least show the icon without text.
Context
Supposedly that functionality already exists for symbolic/CJK characters:
mapbox/mapbox-gl-native#10522
and there's the
localIdeographFontFamily
mapboxOption which (at least to me) sounds like it should prevent this issue and is enabled by default.The text was updated successfully, but these errors were encountered: