#DOCUMENTATION
authorClaus Gittinger <cg@exept.de>
Thu, 01 Oct 2015 11:12:19 +0200
changeset 6931 babe431ab64c
parent 6930 b8fa4b3e8f95
child 6932 ab9546b8b707
#DOCUMENTATION class: BitmapFont comment/format in: #examples
BitmapFont.st
--- a/BitmapFont.st	Thu Oct 01 09:03:51 2015 +0200
+++ b/BitmapFont.st	Thu Oct 01 11:12:19 2015 +0200
@@ -25,6 +25,8 @@
 "
 "{ Package: 'stx:libview' }"
 
+"{ NameSpace: Smalltalk }"
+
 FontDescription subclass:#BitmapFont
 	instanceVariableNames:'characterBitmaps ascent descent maxWidth maxHeight'
 	classVariableNames:''
@@ -146,6 +148,8 @@
                                                                 [exEnd]
 
   another clock display:
+  defines a font with the 7-segment led bitmaps as glyphs for 0-9,
+  then simply displays the time as a string in that font.
                                                                 [exBegin]
     |glyphs f label|
 
@@ -620,6 +624,6 @@
 !BitmapFont class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/BitmapFont.st,v 1.11 2013-06-16 08:35:30 cg Exp $'
+    ^ '$Header$'
 ! !