summaryrefslogtreecommitdiff
path: root/include/llmr/text/glyph_store.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/llmr/text/glyph_store.hpp')
-rw-r--r--include/llmr/text/glyph_store.hpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/llmr/text/glyph_store.hpp b/include/llmr/text/glyph_store.hpp
index 74472194b0..f8b14683d7 100644
--- a/include/llmr/text/glyph_store.hpp
+++ b/include/llmr/text/glyph_store.hpp
@@ -33,11 +33,13 @@ public:
const Shaping getShaping(const std::u32string &string,
const float &maxWidth,
const float &lineHeight,
- const float &alignment) const;
+ const float &alignment,
+ const float &verticalAlignment) const;
Shaping lineWrap(Shaping shaped,
const float &lineHeight,
const float &maxWidth,
- const float &alignment) const;
+ const float &alignment,
+ const float &verticalAlignment) const;
private:
std::map<uint32_t, std::string> bitmaps;