<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body>
Yes
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Squeak-dev <squeak-dev-bounces@lists.squeakfoundation.org> on behalf of Thiede, Christoph <Christoph.Thiede@student.hpi.uni-potsdam.de><br>
<b>Sent:</b> Friday, June 17, 2022 11:48:31 AM<br>
<b>To:</b> squeak-dev@lists.squeakfoundation.org <squeak-dev@lists.squeakfoundation.org><br>
<b>Subject:</b> Re: [squeak-dev] The Inbox: TrueType-ct.95.mcz</font>
<div> </div>
</div>
<div><style type="text/css" style="display:none">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
<div id="x_divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; font-family:Calibri,Helvetica,sans-serif">
<p>Thanks for the clarification! Can I merge this? :-)</p>
<p><br>
</p>
<p>Best,</p>
<p>Christoph</p>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>Von:</b> Squeak-dev <squeak-dev-bounces@lists.squeakfoundation.org> im Auftrag von Taeumel, Marcel<br>
<b>Gesendet:</b> Freitag, 17. Juni 2022 10:20:25<br>
<b>An:</b> squeak-dev@lists.squeakfoundation.org<br>
<b>Betreff:</b> Re: [squeak-dev] The Inbox: TrueType-ct.95.mcz</font>
<div> </div>
</div>
<div>
<div dir="auto">We do not want to have that because of the domain. Multiple fonts can be in a single file, and often multiple files describe a single font. Better communicate that to the programmer to avoid surprises. That's why the answer should always be
 an array, too.</div>
<div dir="auto"><br>
</div>
<div dir="auto">Best,</div>
<div dir="auto">Marcel </div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> Squeak-dev <squeak-dev-bounces@lists.squeakfoundation.org> on behalf of commits@source.squeak.org <commits@source.squeak.org><br>
<b>Sent:</b> Thursday, June 16, 2022 5:32:13 PM<br>
<b>To:</b> squeak-dev@lists.squeakfoundation.org <squeak-dev@lists.squeakfoundation.org><br>
<b>Subject:</b> [squeak-dev] The Inbox: TrueType-ct.95.mcz</font>
<div> </div>
</div>
<div class="x_BodyFragment"><font size="2"><span style="font-size:11pt">
<div class="x_PlainText">A new version of TrueType was added to project The Inbox:<br>
<a href="http://source.squeak.org/inbox/TrueType-ct.95.mcz">http://source.squeak.org/inbox/TrueType-ct.95.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: TrueType-ct.95<br>
Author: ct<br>
Time: 16 June 2022, 5:32:12.262112 pm<br>
UUID: 447342b6-162a-4948-a847-ba2ba3fdb5c0<br>
Ancestors: TrueType-mt.94<br>
<br>
Fixes senders of deprecated TTCFontSet class >> #newTextStyleFromTTFile:. Complements TrueType-mt.94. Please review. Do we really do not want to have #installFromFileName: (singular selector)?<br>
<br>
=============== Diff against TrueType-mt.94 ===============<br>
<br>
Item was changed:<br>
  ----- Method: HostFont class>>initForSubtitles (in category '*TrueType') -----<br>
  initForSubtitles<br>
  "<br>
         HostFont initForSubtitles<br>
  "<br>
  <br>
         HostFont textStyleFrom: 'Verdana' sizes: #(18 20 22 24 26 28) ranges: HostFont defaultRanges.<br>
  <br>
         StrikeFontSet installExternalFontFileName: 'greekFont.out' encoding: GreekEnvironment leadingChar encodingName: #Greek textStyleName: #DefaultMultiStyle.<br>
  <br>
  <br>
         TTCFontReader encodingTag: SimplifiedChineseEnvironment leadingChar.<br>
+        TTCFontSet installFromFileNames: {'C:\WINDOWS\Fonts\simhei.TTF'}.<br>
-        TTCFontSet newTextStyleFromTTFile: 'C:\WINDOWS\Fonts\simhei.TTF'.<br>
  <br>
         TTCFontReader encodingTag: JapaneseEnvironment leadingChar.<br>
+        TTCFontSet installFromFileNames: {'C:\WINDOWS\Fonts\msgothic.TTC'}.<br>
-        TTCFontSet newTextStyleFromTTFile: 'C:\WINDOWS\Fonts\msgothic.TTC'.<br>
  <br>
         TTCFontReader encodingTag: KoreanEnvironment leadingChar.<br>
+        TTCFontSet installFromFileNames: {'C:\WINDOWS\Fonts\gulim.TTC'}.!<br>
-        TTCFontSet newTextStyleFromTTFile: 'C:\WINDOWS\Fonts\gulim.TTC'.<br>
- !<br>
<br>
Item was changed:<br>
  ----- Method: TTCFont class>>serviceInstallTrueTypeFontStyle (in category 'file list services') -----<br>
  serviceInstallTrueTypeFontStyle<br>
         "Return a service to install a true type font as a text style"<br>
  <br>
+        ^ (SimpleServiceEntry<br>
-        ^ SimpleServiceEntry<br>
                 provider: self<br>
                 label: 'install TrueType font'<br>
+                selector: #installFromFileNames: <br>
-                selector: #newTextStyleFromTTFile: <br>
                 description: 'install a TrueType font as a new text style'<br>
+                buttonLabel: 'install ttf')<br>
+                argumentGetter: [:fileName | {fileName fullName}]!<br>
-                buttonLabel: 'install ttf'!<br>
<br>
<br>
</div>
</span></font></div>
</div>
</div>
</body>
</html>