CompoundFont.st
changeset 7608 0f8d92a9c1e7
parent 4525 30fa1d24ca43
child 7946 6ed11ca75246
--- a/CompoundFont.st	Tue Oct 11 18:53:39 2016 +0200
+++ b/CompoundFont.st	Tue Oct 11 18:57:23 2016 +0200
@@ -23,9 +23,9 @@
  OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  SUCH DAMAGE.
 "
-
+"{ Package: 'stx:libview' }"
 
-"{ Package: 'stx:libview' }"
+"{ NameSpace: Smalltalk }"
 
 FontDescription subclass:#CompoundFont
 	instanceVariableNames:'baseFont characterToFontMapping maxAscent maxDescent maxHeight
@@ -337,8 +337,8 @@
 !
 
 isFixedWidth
-    "return true, if this is a fixed pitch font (i.e. all characters
-     are of the same width)"
+    "return true, if this is a fixed pitch font 
+     (i.e. all characters are of the same width)"
 
     |w|
 
@@ -406,5 +406,6 @@
 !CompoundFont class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/CompoundFont.st,v 1.9 2006-04-18 11:24:51 stefan Exp $'
+    ^ '$Header$'
 ! !
+