#DOCUMENTATION by stefan
authorStefan Vogel <sv@exept.de>
Tue, 28 Apr 2020 15:24:15 +0200
changeset 9036 f4c82d32bf10
parent 9035 f07b260cf6b5
child 9037 75c0cc5c9955
#DOCUMENTATION by stefan class: DeviceWorkstation changed: #getFontWithFamily:face:style:pixelSize:encoding:
DeviceWorkstation.st
--- a/DeviceWorkstation.st	Tue Apr 28 15:22:21 2020 +0200
+++ b/DeviceWorkstation.st	Tue Apr 28 15:24:15 2020 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
 COPYRIGHT (c) 1993 by Claus Gittinger
 	      All Rights Reserved
@@ -5829,6 +5827,7 @@
 !
 
 getFontWithFamily:familyString face:faceString style:styleString pixelSize:sizeArg encoding:encodingSym
+    <resource: #obsolete>
     "try to get the specified font, return id.
      If not available, try next smaller font.
      If no font fits, return nil"