XftFontDescription.st
changeset 8391 13a58484d01c
parent 8370 fe8c5c603811
child 8431 cbea7788e214
--- a/XftFontDescription.st	Fri Jun 15 02:48:39 2018 +0200
+++ b/XftFontDescription.st	Mon Jun 18 15:54:55 2018 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2013 by Jan Vrany
  COPYRIGHT (c) 2013 by Claus Gittinger / eXept Software AG
@@ -806,7 +804,7 @@
         computedWeight := StXFace2FCWeightMap at:(face ? '') asLowercase ifAbsent:[FC_WEIGHT_REGULAR].
     ].
 
-    (OperatingSystem isMAClike and:[FirstTimeCalled ~~ false]) ifTrue:[
+    (OperatingSystem isOSXlike and:[FirstTimeCalled ~~ false]) ifTrue:[
         "Slow font matching is a MAC-only feature"
         Logger info:'XFT: matching font (this may take a long time, if the system''s font cache needs to be filled first. Be patient...'.
         FirstTimeCalled := false.
@@ -856,6 +854,7 @@
 
     "Modified: / 14-04-1997 / 18:22:31 / cg"
     "Modified: / 02-01-2014 / 23:43:27 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 18-06-2018 / 15:54:36 / Claus Gittinger"
 ! !
 
 !XftFontDescription methodsFor:'initialization'!