You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by hd...@apache.org on 2014/04/11 08:44:58 UTC

svn commit: r1586583 - /openoffice/trunk/main/vcl/aqua/source/gdi/ctlayout.cxx

Author: hdu
Date: Fri Apr 11 06:44:58 2014
New Revision: 1586583

URL: http://svn.apache.org/r1586583
Log:
#i124657# #i124617# restore lost comment markers

Modified:
    openoffice/trunk/main/vcl/aqua/source/gdi/ctlayout.cxx

Modified: openoffice/trunk/main/vcl/aqua/source/gdi/ctlayout.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/vcl/aqua/source/gdi/ctlayout.cxx?rev=1586583&r1=1586582&r2=1586583&view=diff
==============================================================================
--- openoffice/trunk/main/vcl/aqua/source/gdi/ctlayout.cxx (original)
+++ openoffice/trunk/main/vcl/aqua/source/gdi/ctlayout.cxx Fri Apr 11 06:44:58 2014
@@ -67,7 +67,7 @@ private:
 	float mfFontScale; // TODO: does CoreText have a font size limit?
 
 	CGFloat mfFontRotation; // text direction angle (in radians)
-	CGFloat mfFontStretch;  <1.0: font is squeezed, >1.0 font is stretched
+	CGFloat mfFontStretch;  // <1.0: font gets squeezed, >1.0: font gets stretched
 
 	// cached details about the resulting layout
 	// mutable members since these details are all lazy initialized