forked from organicmaps/organicmaps
removed inflation of boundRect in PathTextElement for better on-screen text layout.
This commit is contained in:
parent
1fba8663d8
commit
c1dd341e20
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@ namespace yg
|
|||
if (isDirtyRect())
|
||||
{
|
||||
m_boundRects = m_glyphLayout.boundRects();
|
||||
for (unsigned i = 0; i < m_boundRects.size(); ++i)
|
||||
m_boundRects[i] = m2::Inflate(m_boundRects[i], m2::PointD(10, 10));
|
||||
// for (unsigned i = 0; i < m_boundRects.size(); ++i)
|
||||
// m_boundRects[i] = m2::Inflate(m_boundRects[i], m2::PointD(10, 10));
|
||||
// m_boundRects[i].m2::Inflate(m2::PointD(40, 2)); //< to create more sparse street names structure
|
||||
setIsDirtyRect(false);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue