diff options
author | Alexander Shalamov <alexander.shalamov@mapbox.com> | 2019-11-19 11:50:55 +0200 |
---|---|---|
committer | Alexander Shalamov <alexander.shalamov@mapbox.com> | 2019-12-02 12:08:37 +0200 |
commit | 5695a3c68be49f1b1d89e0ed02905f8ecf2f30ed (patch) | |
tree | ff4be678405d55d76c9b1aa1d2c99206a5f8cc15 /src/mbgl/text/shaping.hpp | |
parent | 6e0c9eae5715b08d5152cd4bdc65224ce5f52b6e (diff) | |
download | qtlocation-mapboxgl-5695a3c68be49f1b1d89e0ed02905f8ecf2f30ed.tar.gz |
[core] Shape images in labels at bucket zoom level
Diffstat (limited to 'src/mbgl/text/shaping.hpp')
-rw-r--r-- | src/mbgl/text/shaping.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mbgl/text/shaping.hpp b/src/mbgl/text/shaping.hpp index c170642e82..1f62f38521 100644 --- a/src/mbgl/text/shaping.hpp +++ b/src/mbgl/text/shaping.hpp @@ -73,6 +73,7 @@ const Shaping getShaping(const TaggedString& string, const GlyphPositions& glyphPositions, const ImagePositions& imagePositions, float layoutTextSize, + float layoutTextSizeAtBucketZoomLevel, bool allowVerticalPlacement); } // namespace mbgl |