<div><div><div dir="auto">On Wed, Aug 4, 2021 at 13:30 Eric Gade <<a href="mailto:eric.gade@gmail.com" target="_blank">eric.gade@gmail.com</a>> wrote:<br></div></div><div><div><div class="gmail_quote"></div></div></div><div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;padding-left:1ex;border-left-color:rgb(204,204,204)"><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 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 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><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;padding-left:1ex;border-left-color:rgb(204,204,204)"><div dir="ltr"><div dir="auto"></div></div></blockquote>
</div>
</div>