FontDescription.st
changeset 7118 7314cb86e7e2
parent 6991 8271065cb89a
child 7120 a13e27041519
--- a/FontDescription.st	Tue Feb 02 18:45:26 2016 +0100
+++ b/FontDescription.st	Tue Feb 02 18:45:53 2016 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1994 by Claus Gittinger
 	      All Rights Reserved
@@ -913,7 +911,7 @@
     "set the weight"
 
     self assert:(self fontId isNil). "/ cannot change an instantiated font
-"/    weight := aNumber
+    weight := aNumber
 !
 
 width:aNumber