#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Sun, 12 Feb 2017 22:10:26 +0100
changeset 7874 60c00fa45be3
parent 7873 8e302fa3feef
child 7875 d3f511dbeadc
#DOCUMENTATION by cg class: XftFontDescription comment/format in: #isAlienFont #isXftFont
XftFontDescription.st
--- a/XftFontDescription.st	Sun Feb 12 22:10:14 2017 +0100
+++ b/XftFontDescription.st	Sun Feb 12 22:10:26 2017 +0100
@@ -1140,13 +1140,21 @@
 !XftFontDescription methodsFor:'testing'!
 
 isAlienFont
-    "my GraphicsContext knows how to disply strings in my font"
+    "my GraphicsContext knows how to disply strings in my font.
+     Alien fonts are eg. Hershey or Bitmap fonts, which are drawn by st/x itself."
 
     ^ false
+
+    "Modified (comment): / 12-02-2017 / 22:03:39 / cg"
 !
 
 isXftFont
+    "anwer true, if this is an Xft font.
+     Sure, I am"
+     
     ^ true
+
+    "Modified (comment): / 12-02-2017 / 22:04:23 / cg"
 ! !
 
 !XftFontDescription::FCFontListParser class methodsFor:'api'!