Kaydet (Commit) 40eb3a83 authored tarafından Caolán McNamara's avatar Caolán McNamara

drop username in comment

üst 505bd0f1
......@@ -648,7 +648,7 @@ bool SmGetGlyphBoundRect(const OutputDevice &rDev,
// in significant incorrect bounding rectangles for some charcters.
Size aFntSize = aFnt.GetSize();
// HDU: workaround to avoid HUGE font sizes and resulting problems
// Workaround to avoid HUGE font sizes and resulting problems
long nScaleFactor = 1;
while( aFntSize.Height() > 2000 * nScaleFactor )
nScaleFactor *= 2;
......
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