XftFontDescription.st
changeset 6542 7529dc0457e3
parent 6517 3aae5fa95a99
child 6543 f239f14e555b
--- a/XftFontDescription.st	Wed Jul 09 04:52:30 2014 +0200
+++ b/XftFontDescription.st	Wed Jul 09 04:55:44 2014 +0200
@@ -553,7 +553,7 @@
 	clipY := clipR top.
 	clipW := clipR width.
 	clipH := clipR height.
-	"/ YES YES YES: this MUST be transformed!!!
+	"/ YES YES YES: this MUST be transformed!!
 	"/ (see htmlView) fix the notebook, please.
 	transformation notNil ifTrue:[
 	    clipX := (transformation applyToX:clipX) ceiling.
@@ -2037,11 +2037,11 @@
 !XftFontDescription class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/XftFontDescription.st,v 1.57 2014-06-23 23:26:21 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/XftFontDescription.st,v 1.58 2014-07-09 02:55:44 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/XftFontDescription.st,v 1.57 2014-06-23 23:26:21 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/XftFontDescription.st,v 1.58 2014-07-09 02:55:44 cg Exp $'
 ! !