Kaydet (Commit) 53fb2cd4 authored tarafından Markus Mohrhard's avatar Markus Mohrhard Kaydeden (comit) Markus Mohrhard

improve text rendering

Change-Id: Idf2b0129f9d72739e934c65ccf40acf0b3000a5a
üst d9b9f502
...@@ -50,7 +50,7 @@ const float TEXT_HEIGHT = 15.0f; ...@@ -50,7 +50,7 @@ const float TEXT_HEIGHT = 15.0f;
float calculateTextWidth(const OUString& rText) float calculateTextWidth(const OUString& rText)
{ {
return rText.getLength() * 7.5; return rText.getLength() * 10;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment