XftFontDescription.st
changeset 7870 5865a95d603d
parent 7796 306a864eb675
child 7874 60c00fa45be3
--- a/XftFontDescription.st	Sun Feb 12 13:00:47 2017 +0100
+++ b/XftFontDescription.st	Sun Feb 12 21:56:29 2017 +0100
@@ -684,6 +684,8 @@
 !XftFontDescription methodsFor:'converting'!
 
 asNonXftFont
+    "in some situations, we do not want an Xft font..."
+    
     |newFont|
 
     newFont := Font
@@ -695,6 +697,8 @@
                     encoding:encoding.
 
     ^ newFont
+
+    "Modified (comment): / 12-02-2017 / 21:56:17 / cg"
 ! !
 
 !XftFontDescription methodsFor:'error reporting'!