#UI_ENHANCEMENT
authorClaus Gittinger <cg@exept.de>
Thu, 01 Oct 2015 09:58:17 +0200
changeset 3500 256dfb6ac4df
parent 3498 181d97244463
child 3501 f5a4a6ceaffc
#UI_ENHANCEMENT class: HersheyFont comment/format in: #documentation
HersheyFont.st
--- a/HersheyFont.st	Fri Aug 28 08:35:41 2015 +0200
+++ b/HersheyFont.st	Thu Oct 01 09:58:17 2015 +0200
@@ -23,9 +23,9 @@
  OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  SUCH DAMAGE.
 "
-
+"{ Package: 'stx:libview2' }"
 
-"{ Package: 'stx:libview2' }"
+"{ NameSpace: Smalltalk }"
 
 Font subclass:#HersheyFont
 	instanceVariableNames:'glyphs scale'
@@ -129,7 +129,8 @@
 "
     HersheyFont provides (limited) support to draw characters
     from the hershey font data file 'hersh.oc'
-    (which is available via ftp and must be aquired from elsewhere).
+    (which is available via ftp and must be aquired from elsewhere due to
+     copyright restrictions - google for 'hersh.oc').
         
     This is a demo class - not maintained or meant for productive use.
     Notice: this is a very old demo - it should be rewritten to honor
@@ -720,5 +721,6 @@
 !HersheyFont class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/HersheyFont.st,v 1.7 2002-07-23 17:22:44 mb Exp $'
+    ^ '$Header$'
 ! !
+