Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'drape/glyph_manager.cpp')
-rw-r--r--drape/glyph_manager.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/drape/glyph_manager.cpp b/drape/glyph_manager.cpp
index cf0c59d468..809e27f58b 100644
--- a/drape/glyph_manager.cpp
+++ b/drape/glyph_manager.cpp
@@ -499,6 +499,11 @@ GlyphManager::~GlyphManager()
delete m_impl;
}
+uint32_t GlyphManager::GetBaseGlyphHeight() const
+{
+ return m_impl->m_baseGlyphHeight;
+}
+
int GlyphManager::GetFontIndex(strings::UniChar unicodePoint)
{
TUniBlockIter iter = m_impl->m_blocks.end();