summaryrefslogtreecommitdiff
path: root/src/mbgl/text/shaping.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/text/shaping.hpp')
-rw-r--r--src/mbgl/text/shaping.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mbgl/text/shaping.hpp b/src/mbgl/text/shaping.hpp
index 766b1ce233..f3a01e3caf 100644
--- a/src/mbgl/text/shaping.hpp
+++ b/src/mbgl/text/shaping.hpp
@@ -69,6 +69,7 @@ const Shaping getShaping(const TaggedString& string,
const Point<float>& translate,
const WritingModeType,
BiDi& bidi,
- const GlyphMap& glyphs);
+ const GlyphMap& glyphs,
+ bool allowVerticalPlacement);
} // namespace mbgl