Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37806331
en ru br
ALT Linux repos
S:0.9.100-alt1
5.0: 0.6.0-alt0.M50.1
4.1: 0.6.0-alt0.M41.1
4.0: 0.4.2-alt0.M40.1

Group :: Publishing
RPM: fontmatrix

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: fontmatrix-0.9.99-arm.diff
Download


--- src/fminfodisplay.cpp.orig	2011-10-03 01:02:54.000000000 -0500
+++ src/fminfodisplay.cpp	2012-09-19 10:12:48.887735375 -0500
@@ -151,7 +151,7 @@
 				GlyphToSVGHelper gtsh ( gpi->path(), tf );
 				svg += gtsh.getSVGPath() + "\n";
 				horOffset += gpi->data(GLYPH_DATA_HADVANCE).toDouble() * scaleFactor;
-				maxHeight = qMax ( gtsh.getRect().height(), maxHeight );
+				maxHeight = qMax ( (double) gtsh.getRect().height(), maxHeight );
 				tf.translate( gpi->data(GLYPH_DATA_HADVANCE).toDouble()  * scaleFactor,0 );
 				delete gpi;
 			}
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin