<div dir="ltr">Hello All<div><br></div><div>I have a plugin that runs in two host apps, Adobe After Effects and Premiere Pro. The code works perfectly fine in After Effects, but frequently returns GDI Error on Premiere despite being the same code. </div><div><br></div><div>I posted the issue on the Premiere forums and the mod said <i>"Yes, my primary suspect would be Windows font handling. Let me know if you determine that the problem is with our APIs."</i> I thought I'd ask on here first to see if anyone has any experience overcoming such an issue as google is barren with results relating to the error. </div><div><br></div><div>Here's the code:</div><div><br></div><div><div style="color:rgb(212,212,212);background-color:rgb(30,30,30);font-family:Consolas,"Courier New",monospace;font-size:14px;line-height:19px;white-space:pre"><div>        status = <span style="color:rgb(220,220,170)">cairo_status</span>(cr);</div><br><div>        <span style="color:rgb(197,134,192)">if</span> (status)</div><div>        {</div><div>            statusString = <span style="color:rgb(220,220,170)">cairo_status_to_string</span>(status);</div><div>        }</div><br><div>        <span style="color:rgb(220,220,170)">cairo_move_to</span>(cr, x, y);</div><div>        <span style="color:rgb(220,220,170)">cairo_show_text</span>(cr, <span style="color:rgb(156,220,254)">metaDataV</span>.<span style="color:rgb(220,220,170)">at</span>(i).<span style="color:rgb(220,220,170)">c_str</span>());</div></div></div><div><br></div><div>The fonts I tried:</div><div><br></div><div>"Arial", "Courier New", "Tahoma", "Times New Roman", "Verdana"<br></div><div><br></div><div>I also tried using the more advanced glyph system however the issue persisted. Any help would be appreciated. Thank you.<br clear="all"><div><br></div>-- <br><div dir="ltr" class="m_-1345044667085465696gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><img src="https://docs.google.com/uc?export=download&id=1EoyYCzhfULnOwxjccMiJxLi1xtaOZCWC&revid=0Bw1GyPpi-L-hUlpxRGhnMFJLZWNHZHVUSUtSem5YYjg4VU5zPQ" width="200" height="24"><br></div><div dir="ltr"><b>James Whiffin</b> | <b>Developer</b><table cellpadding="0" cellspacing="0" border="0" style="background:none;margin:0px;padding:0px;border:0px;font-stretch:inherit;font-size:16px;line-height:inherit;font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;vertical-align:baseline;border-collapse:collapse;border-spacing:0px;color:rgb(85,85,85)"><tbody style="margin:0px;padding:0px;border:0px;font-style:inherit;font-variant:inherit;font-weight:inherit;font-stretch:inherit;font-size:inherit;line-height:inherit;font-family:inherit;vertical-align:baseline"><tr style="margin:0px;padding:0px;border:0px;font-style:inherit;font-variant:inherit;font-weight:inherit;font-stretch:inherit;font-size:inherit;line-height:inherit;font-family:inherit;vertical-align:baseline"></tr></tbody></table><a href="http://www.plugineverything.com/" target="_blank">www.plugineverything.com</a><br><br></div></div></div></div></div></div></div></div></div></div></div>