<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : [SOLVED]XAML Text quality</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : [SOLVED]XAML Text quality]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 19 Apr 2026 19:30:28 +0000</pubDate>
  <lastBuildDate>Wed, 05 Oct 2016 22:17:43 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=23033</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[[SOLVED]XAML Text quality : HiI see your point, however it...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23033&amp;PID=75181&amp;title=solvedxaml-text-quality#75181</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2967">adrien</a><br /><strong>Subject:</strong> 23033<br /><strong>Posted:</strong> 05 October 2016 at 10:17pm<br /><br />Hi<div><br></div><div>I see your point, however it seems to work for us on Windows 10, 8, 2k8 etc. &nbsp;We don't support XP, so didn't even test on that.</div><div><br></div><div>You could try a different enum value.</div>]]>
   </description>
   <pubDate>Wed, 05 Oct 2016 22:17:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23033&amp;PID=75181&amp;title=solvedxaml-text-quality#75181</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED]XAML Text quality : Hi, I&amp;#039;m currently patching...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23033&amp;PID=75174&amp;title=solvedxaml-text-quality#75174</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1263">Fredrik</a><br /><strong>Subject:</strong> 23033<br /><strong>Posted:</strong> 04 October 2016 at 9:42am<br /><br />Hi, I'm currently patching v17.2 to be able to use it (can no longer wait for next version): is the fix for this issue to call&nbsp;<span style=": rgb248, 248, 252;">m_pGdiPlus-&gt;GdipSetTextRenderingHint(GetGraphics(), TextRenderingHintClearTypeGridFit) ?</span><div><span style=": rgb248, 248, 252;"><br></span></div><div><span style=": rgb248, 248, 252;">For us it had an opposite effect causing bad quality text in other places. Also, I read from the documentation (</span><a href="http://msdn.microsoft.com/en-us/library/ms535817%28v=vs.85%29.aspx?f=255&amp;mspperror=-2147217396" target="_blank" rel="nofollow">https://msdn.microsoft.com/en-us/library/ms535817(v=vs.85).aspx?f=255&amp;mspperror=-2147217396</a>) that&nbsp;<span style=": rgb248, 248, 252;">TextRenderingHintClearTypeGridFit is only supported on Windows XP and Windows Server 2003?</span></div><div><br></div><div>Regards,&nbsp;</div><div>Fredrik</div>]]>
   </description>
   <pubDate>Tue, 04 Oct 2016 09:42:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23033&amp;PID=75174&amp;title=solvedxaml-text-quality#75174</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED]XAML Text quality : Hello,I&amp;#039;m glad to inform...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23033&amp;PID=74899&amp;title=solvedxaml-text-quality#74899</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9012">agontarenko</a><br /><strong>Subject:</strong> 23033<br /><strong>Posted:</strong> 18 July 2016 at 4:56am<br /><br />Hello,<br><br>I'm glad to inform you that the issue has already been fixed. The fix will be available in the next beta or final release.<br>Please, see example MarkupPad.exe in it demonstrated how to use this option.<br><br>Regards,<br>Artem Gontarenko<br>]]>
   </description>
   <pubDate>Mon, 18 Jul 2016 04:56:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23033&amp;PID=74899&amp;title=solvedxaml-text-quality#74899</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED]XAML Text quality : when we changed from CJ 16.3.1...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23033&amp;PID=74755&amp;title=solvedxaml-text-quality#74755</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2967">adrien</a><br /><strong>Subject:</strong> 23033<br /><strong>Posted:</strong> 26 May 2016 at 5:15pm<br /><br />when we changed from CJ 16.3.1 to 17.2 we noticed that text rendered in XAML was poor quality. &nbsp;I took a look at the code differences, but there were a lot of changes so not easy to directly compare.<div><br></div><div>However, we did fix the text quality issue by adding a line of code. &nbsp;I've seen others post about this, so they can maybe patch their CJ or whatever.</div><div><br></div><div>in file XTPMarkupGdiPlusDeviceContext.cpp&nbsp;</div><div><br></div><div>function&nbsp;void CXTPMarkupGdiPlusDeviceContext::Init(BOOL bReInit /*= FALSE*/)</div><div><br></div><div>I added</div><div><br></div><div><div><span ="Apple-tab-span" style="white-space:pre">	</span>m_pGdiPlus-&gt;GdipSetTextRenderingHint(GetGraphics(), TextRenderingHintClearTypeGridFit);</div></div><div><br></div><div>After the call to ApplySmoothingMode()</div><div><br></div><div>Cheers</div><div><br></div><div>Adrien</div><div><span style="line-height: 1.4;"><br></span></div>]]>
   </description>
   <pubDate>Thu, 26 May 2016 17:15:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23033&amp;PID=74755&amp;title=solvedxaml-text-quality#74755</guid>
  </item> 
 </channel>
</rss>