-
-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
help wantedExtra attention is needed for this to move forwardExtra attention is needed for this to move forwardiosAffects iOS in particular, or relates to iOS specific codeAffects iOS in particular, or relates to iOS specific codeupstreamThis issue can't be resolved until an upstream issue is resolvedThis issue can't be resolved until an upstream issue is resolved
Description
When I implement maplibre in my project my text starts to look like this (screenshot).
In the penultimate case, the symbols look good, this was achieved by installing custom FontFamaly (without the standard ones and the box)

P.S. I'm not sure if it's only because of maplibre, but removing it from the project fixes the problem...
Affected Platforms
- Android
- iOS
- Desktop (JVM)
- Browser (JS)
- Browser (Wasm)
Platform Version
iOS 18.5
Library Version
0.10.4
Kotlin Version
2.2.0
Compose Version
1.8.2
Sample Code
fun Fix(){
Text(
text = "Some text",
fontFamily = FontFamily.MyAnyFont, // fix problem
)
}
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is needed for this to move forwardExtra attention is needed for this to move forwardiosAffects iOS in particular, or relates to iOS specific codeAffects iOS in particular, or relates to iOS specific codeupstreamThis issue can't be resolved until an upstream issue is resolvedThis issue can't be resolved until an upstream issue is resolved