HersheyFont.st
changeset 1580 84e53294af20
parent 370 587c6dfc87d8
child 3500 256dfb6ac4df
--- a/HersheyFont.st	Tue Jul 23 17:31:56 2002 +0200
+++ b/HersheyFont.st	Tue Jul 23 19:22:44 2002 +0200
@@ -25,6 +25,8 @@
 "
 
 
+"{ Package: 'stx:libview2' }"
+
 Font subclass:#HersheyFont
 	instanceVariableNames:'glyphs scale'
 	classVariableNames:'GlyphData'
@@ -89,7 +91,8 @@
 	*want* to use their format... each point is described
 	in eight bytes as "xxx yyy:", where xxx and yyy are
 	the coordinate values as ASCII numbers.
-'!
+'
+!
 
 !HersheyFont class methodsFor:'documentation'!
 
@@ -678,7 +681,7 @@
     ^ scale * (24 + 12)
 !
 
-on:aDevice
+onDevice:aDevice
     ^ self
 !
 
@@ -717,5 +720,5 @@
 !HersheyFont class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/HersheyFont.st,v 1.6 1997-01-16 17:27:36 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/HersheyFont.st,v 1.7 2002-07-23 17:22:44 mb Exp $'
 ! !