XftFontDescription.st
changeset 6488 5ebb8e1617fe
parent 6477 d6699b8116e1
child 6489 8955b81883e6
--- a/XftFontDescription.st	Thu May 29 12:26:09 2014 +0200
+++ b/XftFontDescription.st	Tue Jun 03 11:35:13 2014 +0200
@@ -546,13 +546,13 @@
     bytesPerCharacter := aString bitsPerCharacter // 8.
     transformation := aGC transformation.
 
-    clipR := aGC clippingBoundsOrNil.
-    clipR notNil ifTrue:[
-	clipX := clipR left.
-	clipY := clipR top.
-	clipW := clipR width.
-	clipH := clipR height.
-    ].
+"/    clipR := aGC clippingBoundsOrNil.
+"/    clipR notNil ifTrue:[
+"/        clipX := clipR left.
+"/        clipY := clipR top.
+"/        clipW := clipR width.
+"/        clipH := clipR height.
+"/    ].
 
     transformation isNil ifTrue:[
 	drawX := xArg.
@@ -2030,11 +2030,11 @@
 !XftFontDescription class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/XftFontDescription.st,v 1.52 2014-05-21 23:40:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/XftFontDescription.st,v 1.53 2014-06-03 09:35:13 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/XftFontDescription.st,v 1.52 2014-05-21 23:40:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/XftFontDescription.st,v 1.53 2014-06-03 09:35:13 cg Exp $'
 ! !