mapbox / mapbox-gl-native

Interactive, thoroughly customizable maps in native Android, iOS, macOS, Node.js, and Qt applications, powered by vector tiles and OpenGL
https://mapbox.com/mobile
Other
4.37k stars 1.33k forks source link

Attribution is set in Times #7722

Closed 1ec5 closed 7 years ago

1ec5 commented 7 years ago

In applications that link against the macOS SDK, the attribution view’s text is set in 9pt Times:

times

It should be set in the system font, as shown here in macosapp:

system

The font differs even inside +[MGLAttributionInfo(Private) attributionInfosFromHTMLString:fontSize:linkColor:], where the attribution HTML string is converted to an attributed string.

This issue reproduces whether the application is set up in a XIB or a storyboard.

1ec5 commented 7 years ago

Fixed in #7725 on the release-ios-v3.4.0 branch.