From 8f61d30a1cf7e565be6782d861ef593f3aa9161c Mon Sep 17 00:00:00 2001 From: ExMix Date: Mon, 18 May 2015 11:25:30 +0300 Subject: [PATCH] [drape] make glyph mapping test more sociable --- drape/drape_tests/glyph_mng_tests.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drape/drape_tests/glyph_mng_tests.cpp b/drape/drape_tests/glyph_mng_tests.cpp index 3f1cd2b002..d976529d40 100644 --- a/drape/drape_tests/glyph_mng_tests.cpp +++ b/drape/drape_tests/glyph_mng_tests.cpp @@ -37,9 +37,9 @@ namespace void RenderGlyphs(QPaintDevice * device) { vector glyphs; - glyphs.push_back(m_mng->GetGlyph(0x58)); + glyphs.push_back(m_mng->GetGlyph(0xC0)); glyphs.push_back(m_mng->GetGlyph(0x79)); - glyphs.push_back(m_mng->GetGlyph(0x439)); + glyphs.push_back(m_mng->GetGlyph(0x122)); QPainter painter(device); painter.fillRect(QRectF(0.0, 0.0, device->width(), device->height()), Qt::white);