Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 201538
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/src/fminfodisplay.cpp
0
++ b/src/fminfodisplay.cpp
Lines 151-157 Link Here
151
				GlyphToSVGHelper gtsh ( gpi->path(), tf );
151
				GlyphToSVGHelper gtsh ( gpi->path(), tf );
152
				svg += gtsh.getSVGPath() + "\n";
152
				svg += gtsh.getSVGPath() + "\n";
153
				horOffset += gpi->data(GLYPH_DATA_HADVANCE).toDouble() * scaleFactor;
153
				horOffset += gpi->data(GLYPH_DATA_HADVANCE).toDouble() * scaleFactor;
154
				maxHeight = qMax ( gtsh.getRect().height(), maxHeight );
154
				maxHeight = qMax ( (double)gtsh.getRect().height(), maxHeight );
155
				tf.translate( gpi->data(GLYPH_DATA_HADVANCE).toDouble()  * scaleFactor,0 );
155
				tf.translate( gpi->data(GLYPH_DATA_HADVANCE).toDouble()  * scaleFactor,0 );
156
				delete gpi;
156
				delete gpi;
157
			}
157
			}

Return to bug 201538