<?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 : Text output needs clipping?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Syntax Edit : Text output needs clipping?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 23 May 2026 02:59:10 +0000</pubDate>
  <lastBuildDate>Wed, 07 Feb 2007 00:17:06 +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=6200</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[Text output needs clipping? : I noticed a similar problem in...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6200&amp;PID=20130&amp;title=text-output-needs-clipping#20130</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1227">esc67</a><br /><strong>Subject:</strong> 6200<br /><strong>Posted:</strong> 07 February 2007 at 12:17am<br /><br />I noticed a similar problem in the MDI Text Editor sample (straight Debug build, no changes). In my case entire letters are missing.<DIV>&nbsp;</DIV><DIV>See how the "e" in "parent:file" is <SPAN lang=EN style="FONT-SIZE: 7pt; COLOR: black; FONT-FAMILY: Verdana; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ansi-: EN; mso-fareast-: EN-US; mso-bidi-: AR-SA">totally </SPAN>occluded:</DIV><DIV>&nbsp;</DIV><DIV><img src="https://forum.codejock.com/uploads/20070207_001607_clip.PNG" border="0"></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 07 Feb 2007 00:17:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6200&amp;PID=20130&amp;title=text-output-needs-clipping#20130</guid>
  </item> 
  <item>
   <title><![CDATA[Text output needs clipping? : I noticed that when the font is...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6200&amp;PID=19661&amp;title=text-output-needs-clipping#19661</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2700">_esl</a><br /><strong>Subject:</strong> 6200<br /><strong>Posted:</strong> 23 January 2007 at 6:31pm<br /><br />I noticed that when the font is set to Consolas and ClearType rendering is on, I can see that sometimes the last&nbsp;column of pixels of a text block&nbsp;is overdrawn&nbsp;by the next block, cropping round letters:<DIV>&nbsp;</DIV><DIV><DIV></DIV><DIV></DIV><img src="https://forum.codejock.com/uploads/20070123_182459_Image4.png" border="0"></DIV><DIV>&nbsp;</DIV><DIV>The effect disappeared when I changed&nbsp;CXTPSyntaxEditPaintManager::DrawLineText to use ExtTextOut with clipping:<BR>...<BR>CRect rcBGex(nOutCol, /*nTxtBottom - 1 -&gt; */iLine, nOutCol + nTxtWidth, nTxtBottom);<BR>...<BR>pDC-&gt;FillSolidRect(&amp;rcBGex, pDC-&gt;GetBkColor());<BR>/* pDC-&gt;TextOut(nOutCol, iLine, pOutText, nOutTextLen); -&gt; */<BR>pDC-&gt;ExtTextOut(nOutCol, iLine, ETO_CLIPPED|ETO_OPAQUE, &amp;rcBGex, pOutText, nOutTextLen, NULL);<BR></DIV>]]>
   </description>
   <pubDate>Tue, 23 Jan 2007 18:31:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6200&amp;PID=19661&amp;title=text-output-needs-clipping#19661</guid>
  </item> 
 </channel>
</rss>