summaryrefslogtreecommitdiff
path: root/include/llmr/geometry/glyph_atlas.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/llmr/geometry/glyph_atlas.hpp')
-rw-r--r--include/llmr/geometry/glyph_atlas.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/llmr/geometry/glyph_atlas.hpp b/include/llmr/geometry/glyph_atlas.hpp
index 312572f5ef..5bcd573f56 100644
--- a/include/llmr/geometry/glyph_atlas.hpp
+++ b/include/llmr/geometry/glyph_atlas.hpp
@@ -2,6 +2,7 @@
#define LLMR_GEOMETRY_GLYPH_ATLAS
#include <llmr/geometry/binpack.hpp>
+#include <llmr/text/glyph_store.hpp>
#include <string>
#include <set>
@@ -30,7 +31,7 @@ public:
Rect<uint16_t> addGlyph(uint64_t tile_id, const std::string& face_name,
- const VectorTileGlyph& glyph);
+ const SDFGlyph& glyph);
void removeGlyphs(uint64_t tile_id);
void bind();