Rename text-size to text-font-size #4168
Labels
breaking change ⚠️
Requires a backwards-incompatible change to the API
cross-platform 📺
Requires coordination with Mapbox GL Native (style specification, rendering tests, etc.)
From @1ec5 on January 6, 2017 22:43
The
text-size
property should be renamedtext-font-size
. As part of #218, it would be shortened tofont-size
.Contrary to the property’s current name, it does not specify the dimensions of the overall label the way
text-max-width
does. Instead, it specifies the font size in pixels. This inconsistency means a developer using the iOS or macOS SDK would be tempted to set the property to aCGSize
orNSSize
value instead of a number./cc @lucaswoj @jfirebaugh
Copied from original issue: mapbox/mapbox-gl-style-spec#650
The text was updated successfully, but these errors were encountered: