#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Tue, 11 Oct 2016 18:57:32 +0200
changeset 7609 bb3fd768e511
parent 7608 0f8d92a9c1e7
child 7610 75af52d3f50f
#DOCUMENTATION by cg class: FontDescription comment/format in: #isFixedWidth
FontDescription.st
--- a/FontDescription.st	Tue Oct 11 18:57:23 2016 +0200
+++ b/FontDescription.st	Tue Oct 11 18:57:32 2016 +0200
@@ -1589,8 +1589,9 @@
 !
 
 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).
+     Also called monospaced fonts"
 
     self subclassResponsibility
 !