<div dir="ltr">Hi All,  Hi Tim R,<div><br></div><div>    in looking at a different issue I&#39;ve noticed that string display seems to be falling to use the primitive in many cases.  I&#39;m running a trunk image with the REPL (spur reader.image) in the simulator and I&#39;m seeing that the very first use (and subsequent uses) of primitiveDisplayString is failing because the sourceForm&#39;s sourceBits is too short.</div><div><br></div><div>In loadBitBltSourceForm see that</div><div><div>  sourceWidth 16r66E 1646</div><div>  sourceheight 16rE 14</div><div>  sourceDepth 16r10 16</div><div>  sourcePPW 2</div><div>  sourcePitch 16rCDC 3292</div><div>but</div><div>  sourcePitch * sourceHeight 46088</div><div>  sourceBitsSize 16r744E 29774</div><div>yet we expect sourceBitsSize &gt;= sourcePitch * sourceHeight</div><div><br></div><div>Could something be wrong with our layout of font forms?  Anyway, pointing this out because this could be losing us a lot of performance, and I don&#39;t understand the graphics system well enough to feel confident fixing this.  Any takers?</div><div><br></div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><span style="font-size:small;border-collapse:separate"><div>_,,,^..^,,,_<br></div><div>best, Eliot</div></span></div></div></div>
</div></div>