#FEATURE by cg
authorClaus Gittinger <cg@exept.de>
Sun, 12 Feb 2017 21:56:29 +0100
changeset 7870 5865a95d603d
parent 7869 9dc837d25781
child 7871 4a0de452b262
#FEATURE by cg class: XftFontDescription comment/format in: #asNonXftFont
XftFontDescription.st
--- 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'!