<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
On 8/5/2021 8:58 AM, Vanessa Freudenberg via Cuis-dev wrote:
<blockquote
cite="mid:CAOWGXNCEMXBkwU8oZJvatV2jNpeKrMAiBHzcptOvKWEVuL6N4w@mail.gmail.com"
type="cite">
<div>
<div>
<div dir="auto">On Wed, Aug 4, 2021 at 13:30 Eric Gade <<a
moz-do-not-send="true" href="mailto:eric.gade@gmail.com"
target="_blank">eric.gade@gmail.com</a>> wrote:<br>
</div>
</div>
<div>
<blockquote class="gmail_quote" style="margin: 0px 0px 0px
0.8ex; border-left: 1px solid rgb(204, 204, 204);
padding-left: 1ex;">
<div dir="ltr">
<div>Hi Vanessa (and others),</div>
<div><br>
</div>
<div>What steps did you use to get the full Cuis display
to use VectorGraphics? I am running a vector-enabled VM,
and I can successfully load (and display) TrueType
fonts, but when I try to run the following:</div>
<div><br>
</div>
<div>```</div>
<div>
<pre style="font-family: monospace;"><code style="font-family: monospace;">self runningWorld backgroundImage displayAt: 0@0.
(VectorCanvas onForm: Display) fullDraw: self runningWorld. "This is the line that triggers the mnu"
Display copy inspect.</code></pre>
</div>
<div>```</div>
<div><br>
</div>
<div>I get an MNU about StrikeFont not understanding
#fontDescription (the font in question appears to be
DejaVu Sans). I was following the instructions from <a
moz-do-not-send="true"
href="https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev/blob/master/Documentation/VectorGraphicsAndMorphic3.md"
target="_blank">this doc</a> that you included in your
original email.</div>
</div>
</blockquote>
<div dir="auto"><br>
</div>
</div>
</div>
<div>
<div>
<div dir="auto">I just assumed that doc is outdated, since
even the menu items described in there did not match the
current image. It is 2 years old so lots of things have
changed. </div>
<div dir="auto"><br>
</div>
<div dir="auto">I actually ran into the exact same MNU error
about StrikeFont. But the actual switching of the system
font worked, and I verified it is using the vector engine by
slightly rotating a window, which otherwise would cause ugly
artifacts. </div>
<div dir="auto"><br>
</div>
<div dir="auto">So I think this doc describes how to try the
Vector engine before it was actually integrated into
Morphic.</div>
<div dir="auto">Someone who knows the current state of affairs
needs to fix the documentation. I should have filed a GitHub
issue but that was literally my first hour with Cuis 😅</div>
<div dir="auto"><br>
</div>
<div dir="auto">
<div dir="auto">I’ve done it now:</div>
<div><a moz-do-not-send="true"
href="https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev/issues/192">https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev/issues/192</a></div>
</div>
</div>
</div>
<div>
<div>
<div dir="auto"><br>
</div>
<div dir="auto">Vanessa</div>
</div>
</div>
</blockquote>
<br>
Hi Vanessa, Eric,<br>
<br>
Yes, I'd forgotten about that document. Just updated it. I hope it
is useful now. Please take a look!<br>
<br>
Thanks,<br>
<pre class="moz-signature" cols="72">--
Juan Vuletich
<a class="moz-txt-link-abbreviated" href="http://www.cuis-smalltalk.org">www.cuis-smalltalk.org</a>
<a class="moz-txt-link-freetext" href="https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev">https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev</a>
<a class="moz-txt-link-freetext" href="https://github.com/jvuletich">https://github.com/jvuletich</a>
<a class="moz-txt-link-freetext" href="https://www.linkedin.com/in/juan-vuletich-75611b3">https://www.linkedin.com/in/juan-vuletich-75611b3</a>
@JuanVuletich</pre>
</body>
</html>