FontDescription.st
changeset 6316 7fe0b1c1956f
parent 6313 2b9a1e4d6f96
child 6320 3205a83288d3
--- a/FontDescription.st	Fri Mar 07 23:07:33 2014 +0100
+++ b/FontDescription.st	Wed Mar 12 18:41:36 2014 +0100
@@ -1064,8 +1064,7 @@
         sizeUnit:#pt
         encoding:encoding.
 
-     newFont isGenericFont:self isGenericFont.
-
+    newFont isGenericFont:self isGenericFont.
     ^ newFont onDevice:self graphicsDevice.
 !
 
@@ -1680,11 +1679,11 @@
 !FontDescription class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/FontDescription.st,v 1.86 2014-03-06 14:28:08 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/FontDescription.st,v 1.87 2014-03-12 17:41:36 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/FontDescription.st,v 1.86 2014-03-06 14:28:08 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/FontDescription.st,v 1.87 2014-03-12 17:41:36 stefan Exp $'
 ! !