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
It would be really nice to have the ability to specify the fonts for SymbolLayer (and other things) trough UIFont.
Why
Current implementation uses the font family name or the specific font name to create fonts internally. It causes problems when UIFont.systemFont is used. In case of SymbolLayer it results errors while drawing layer and it being completely removed from the map.
The text was updated successfully, but these errors were encountered:
New Feature
It would be really nice to have the ability to specify the fonts for
SymbolLayer
(and other things) troughUIFont
.Why
Current implementation uses the font family name or the specific font name to create fonts internally. It causes problems when
UIFont.systemFont
is used. In case ofSymbolLayer
it results errors while drawing layer and it being completely removed from the map.The text was updated successfully, but these errors were encountered: