diff options
author | Mikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com> | 2019-03-07 19:09:28 +0200 |
---|---|---|
committer | Mikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com> | 2019-03-29 16:18:41 +0200 |
commit | 9fc42b9c3ceef09a51686a29985ce70dd0a78f6d (patch) | |
tree | 9ffce04dc152d86f3f509b9c6c2b940a3a9abfc1 /include/mbgl/style | |
parent | 2b9a52f5e4cfd1a90c96b307ea218c720df10436 (diff) | |
download | qtlocation-mapboxgl-9fc42b9c3ceef09a51686a29985ce70dd0a78f6d.tar.gz |
[core] auto value for 'text-justify' field
Diffstat (limited to 'include/mbgl/style')
-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 |