Font.st
changeset 7873 8e302fa3feef
parent 7871 4a0de452b262
child 8072 af7e92e97e19
--- a/Font.st	Sun Feb 12 22:09:54 2017 +0100
+++ b/Font.st	Sun Feb 12 22:10:14 2017 +0100
@@ -1326,9 +1326,12 @@
 !Font methodsFor:'testing'!
 
 isAlienFont
-    "answer true, if this is an alien font which does not have a device representation"
+    "answer true, if this is an alien font which does not have a device representation.
+     Alien fonts are eg. Hershey or Bitmap fonts, which are drawn by st/x itself."
 
     ^ false
+
+    "Modified (comment): / 12-02-2017 / 22:03:33 / cg"
 ! !
 
 !Font::DeviceFontHandle class methodsFor:'documentation'!