From 9aa529576f4d0565bb81369f03a1fecdb8dd0886 Mon Sep 17 00:00:00 2001 From: Alexander Shalamov Date: Fri, 7 Jun 2019 15:38:08 +0300 Subject: [core] Implement support for "text-writing-mode" layout property --- src/mbgl/layout/symbol_feature.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mbgl/layout/symbol_feature.hpp') diff --git a/src/mbgl/layout/symbol_feature.hpp b/src/mbgl/layout/symbol_feature.hpp index ed9c0783d0..03d8e5018d 100644 --- a/src/mbgl/layout/symbol_feature.hpp +++ b/src/mbgl/layout/symbol_feature.hpp @@ -32,6 +32,7 @@ public: optional icon; float sortKey = 0.0f; std::size_t index; + bool allowsVerticalWritingMode = false; }; } // namespace mbgl -- cgit v1.2.1