Skip to content

Compose text rendering broken with MapLibre iOS >= 6.18.0 #551

@kalist28

Description

@kalist28

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)

Image

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

No one assigned

    Labels

    help wantedExtra attention is needed for this to move forwardiosAffects iOS in particular, or relates to iOS specific codeupstreamThis issue can't be resolved until an upstream issue is resolved

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions