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
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
In applications that link against the macOS SDK, the attribution view’s text is set in 9pt Times:
It should be set in the system font, as shown here in macosapp:
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.
The text was updated successfully, but these errors were encountered:
In applications that link against the macOS SDK, the attribution view’s text is set in 9pt Times:
It should be set in the system font, as shown here in macosapp:
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.
The text was updated successfully, but these errors were encountered: