diff options
author | Mikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com> | 2019-03-07 19:09:28 +0200 |
---|---|---|
committer | Mikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com> | 2019-04-01 20:42:09 +0300 |
commit | a427d223ae4bd0c624027cd2913d0f7d5fb490f5 (patch) | |
tree | 2c631cfd241903053623b9e8e9210b331eafd701 /include | |
parent | 75cbf2cad8bcb29f25956d797eaa9188bb97bac2 (diff) | |
download | qtlocation-mapboxgl-a427d223ae4bd0c624027cd2913d0f7d5fb490f5.tar.gz |
[core] auto value for 'text-justify' field
Diffstat (limited to 'include')
-rw-r--r-- | include/mbgl/style/types.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mbgl/style/types.hpp b/include/mbgl/style/types.hpp index a472c4fcec..628e0d2395 100644 --- a/include/mbgl/style/types.hpp +++ b/include/mbgl/style/types.hpp @@ -81,6 +81,7 @@ enum class AlignmentType : uint8_t { }; enum class TextJustifyType : uint8_t { + Auto, Center, Left, Right |