summaryrefslogtreecommitdiff
path: root/src/mbgl/text/local_glyph_rasterizer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/text/local_glyph_rasterizer.hpp')
-rw-r--r--src/mbgl/text/local_glyph_rasterizer.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mbgl/text/local_glyph_rasterizer.hpp b/src/mbgl/text/local_glyph_rasterizer.hpp
index 47d077d197..db63aa1d73 100644
--- a/src/mbgl/text/local_glyph_rasterizer.hpp
+++ b/src/mbgl/text/local_glyph_rasterizer.hpp
@@ -45,5 +45,6 @@ private:
};
GlyphDependencies getGlyphDependencies(const FontStack& fontStack, const std::string& text, bool isVertical);
+std::vector<GlyphID> getGlyphIDs(const FontStack& fontStack, const std::string& text, bool isVertical);
} // namespace mbgl