<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Hi Gerald,</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Thanks for looking into this!</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
I've downloaded the latest VM prerelease but the problem persists. Here are the attributes for this version:</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
 #('Win32' '6.2' 'X64' 'Open Smalltalk Cog[Spur] VM [CoInterpreterPrimitives VMMaker.oscog-eem.3116]' 'Windows' 'Win32 built on Dec 20 2021 13:01:20 Compiler: Clang 13.0.0' 'CoInterpreter VMMaker.oscog-eem.3116 uuid: d757936e-c3f3-48be-9435-9a3a60b14615 Dec
 20 2021' 'StackToRegisterMappingCogit VMMaker.oscog-eem.3114 uuid: 0522972d-531d-4f3a-9559-5c9bdbbf5427 Dec 20 2021' 'VM: 202112201228 runneradmin@fv-az82-782:/d/a/opensmalltalk-vm/opensmalltalk-vm Date: Mon Dec 20 13:28:18 2021 CommitHash: 1f30aa6 Plugins:
 202112201228 runneradmin@fv-az82-782:/d/a/opensmalltalk-vm/opensmalltalk-vm') <br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
 </div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
This is how it looks like after I try to 'Load all TrueType fonts' (I hope you will be able to see the image)<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<img style="max-width:100%" class="w-1897 h-1068" size="113408" contenttype="image/png" data-outlook-trace="F:1|T:1" src="cid:5fb5ac02-4d8d-497a-9746-634a99bfd44d"><br>
</div>
<div id="appendonsend"></div>
<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> Gerald Klix <cuis.01@klix.ch><br>
<b>Sent:</b> Thursday, February 17, 2022 12:15 PM<br>
<b>To:</b> David Faitelson <davidf@afeka.ac.il><br>
<b>Cc:</b> Discussion of Cuis Smalltalk <cuis-dev@lists.cuis.st><br>
<b>Subject:</b> Re: [Cuis-dev] VectorGraphics broken on Windows?</font>
<div> </div>
</div>
<div>
<div>David,</div>
<br>
<div>I am inclined to ask a few standard questions:</div>
<ul>
<li>
<div>Did install the latest updates, before trying to use a TrueType font and thus installing VectorGrahics.</div>
<div>If no, please test again with the latest updates installed.</div>
</li><li>
<div>What virtual machine do you use?</div>
<div>The following snippet may help identify the VM.</div>
</li></ul>
<blockquote><span>attributes _ Array new: 9.</span></blockquote>
<blockquote><span>1 to: attributes size do: [ :index | </span></blockquote>
<blockquote><span>attributes</span></blockquote>
<blockquote><span>at: index</span></blockquote>
<blockquote><span>put: (Smalltalk getSystemAttribute: index + 1000) ].</span></blockquote>
<div>Especially the last attribute and the 7th might be helpfull.</div>
<br>
<br>
<div>HTH,</div>
<br>
<div>Gerald</div>
<br>
<br>
<br>
<br>
<div class="x_gmail_quote_attribution"><span>On Feb 17 2022, at 10:01 am, David Faitelson via Cuis-dev <cuis-dev@lists.cuis.st> wrote:</span></div>
<blockquote>
<div>  </div>
<div>
<div><font style="font-size:12pt"><font style="font-family:Calibri,Arial,Helvetica,sans-serif">I've pulled the recent Cuis from Github and tried to use the TrueType fonts but I get this result</font></font></div>
</div>
<div><br>
</div>
<div><br>
</div>
<div>
<div><font style="font-size:12pt"><font style="font-family:Calibri,Arial,Helvetica,sans-serif">And the system locks, I can't even enter the debugger...</font></font></div>
</div>
<div><br>
</div>
<div><font style="font-size:12pt"><font style="font-family:Calibri,Arial,Helvetica,sans-serif">I'm running Windows 10 Pro on  a Dell laptop.</font></font></div>
<div><br>
</div>
<div><font style="font-size:12pt"><font style="font-family:Calibri,Arial,Helvetica,sans-serif">Has anyone else noticed this problem?</font></font></div>
<div><br>
</div>
<div><font style="font-size:12pt"><font style="font-family:Calibri,Arial,Helvetica,sans-serif">Cheers,</font></font></div>
<div>
<div><font style="font-size:12pt"><font style="font-family:Calibri,Arial,Helvetica,sans-serif">David</font></font></div>
</div>
<div>
<div><br>
</div>
<div>
<div>
<div>
<div>
<div><font style="font-family:Calibri,Arial,Helvetica,sans-serif"><span style="color:windowtext"><span style="color:rgb(51,153,51)"><font style="font-size:12pt"><font style="font-family:Arial,Arial_EmbeddedFont,Arial_MSFontService,sans-serif">Dr. David Faitelson </font></font></span></span></font></div>
</div>
<div>
<div><font style="font-family:Calibri,Arial,Helvetica,sans-serif"><span style="color:windowtext"><span style="color:rgb(89,89,89)"><font style="font-size:12pt"><font style="font-family:Arial,Arial_EmbeddedFont,Arial_MSFontService,sans-serif">Senior Lecturer </font></font></span></span></font></div>
</div>
<div>
<div><font style="font-family:Calibri,Arial,Helvetica,sans-serif"><span style="color:windowtext"><span style="color:rgb(51,153,51)"><font style="font-size:12pt"><font style="font-family:Arial,Arial_EmbeddedFont,Arial_MSFontService,sans-serif">|</font></font></span></span></font><font style="font-family:Calibri,Arial,Helvetica,sans-serif"><span style="color:windowtext"><span style="color:rgb(89,89,89)"><font style="font-size:12pt"><font style="font-family:Arial,Arial_EmbeddedFont,Arial_MSFontService,sans-serif"> Office:
 +972-3-7688782 </font></font></span></span></font><font style="font-family:Calibri,Arial,Helvetica,sans-serif"><span style="color:windowtext"><span style="color:rgb(51,153,51)"><font style="font-size:12pt"><font style="font-family:Arial,Arial_EmbeddedFont,Arial_MSFontService,sans-serif">|</font></font></span></span></font><font style="font-family:Calibri,Arial,Helvetica,sans-serif"><span style="color:windowtext"><span style="color:rgb(89,89,89)"><font style="font-size:12pt"><font style="font-family:Arial,Arial_EmbeddedFont,Arial_MSFontService,sans-serif"> Mobile:
 +972-52-6568896 </font></font></span></span></font></div>
</div>
<div>
<div><font style="font-family:Calibri,Arial,Helvetica,sans-serif"><span style="color:windowtext"><span style="color:rgb(89,89,89)"><font style="font-size:12pt"><font style="font-family:Arial,Arial_EmbeddedFont,Arial_MSFontService,sans-serif">Mivtza Kadesh St.,
 Tel-Aviv 38 </font></font></span></span></font></div>
</div>
<div>
<div><font style="font-family:Calibri,Arial,Helvetica,sans-serif"><span style="color:windowtext"><a href="http://www.afeka.ac.il/" title="http://www.afeka.ac.il/"><span style="color:rgb(0,112,192)"><font style="font-size:12pt"><font style="font-family:Arial,Arial_EmbeddedFont,Arial_MSFontService,sans-serif">www.afeka.ac.il</font></font></span></a></span></font><font style="font-size:12pt"><font style="font-family:Calibri,Arial,Helvetica,sans-serif"><span style="color:windowtext"><font style="font-size:11pt"><font style="font-family:Calibri,Calibri_EmbeddedFont,Calibri_MSFontService,sans-serif"> </font></font></span></font></font></div>
</div>
<div>
<div><font style="font-family:Calibri,Arial,Helvetica,sans-serif"><span style="color:windowtext"><font style="font-size:12pt"><font style="font-family:"Times New Roman","Times New Roman_EmbeddedFont","Times New Roman_MSFontService",serif">  </font></font></span></font></div>
</div>
<br>
</div>
</div>
</div>
</div>
<div>--</div>
<div>Cuis-dev mailing list</div>
<div>Cuis-dev@lists.cuis.st</div>
<div>https://lists.cuis.st/mailman/listinfo/cuis-dev</div>
</blockquote>
</div>
</body>
</html>