<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>fortes.com - Latest Comments in TextEffects</title><link>http://fortes.disqus.com/</link><description></description><atom:link href="https://fortes.disqus.com/texteffects/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Wed, 05 Sep 2007 03:44:30 -0000</lastBuildDate><item><title>Re: TextEffects</title><link>http://fortes.com/2007/03/texteffects/#comment-1208149</link><description>&lt;p&gt;Hi,&lt;br&gt;Just looked at your page and it solved a problem for me when doing the same thing in code.&lt;/p&gt;&lt;p&gt;Dim run As New Run&lt;br&gt;Dim translateTransform As New TranslateTransform&lt;br&gt;translateTransform.Y = -10&lt;br&gt;translateTransform.X = 0&lt;br&gt;Dim textEffect As New TextEffect&lt;br&gt;textEffect.PositionStart = 0&lt;br&gt;textEffect.PositionCount = 100&lt;/p&gt;&lt;p&gt;textEffect.Transform = translateTransform&lt;br&gt;run.TextEffects.Add(textEffect)&lt;/p&gt;&lt;p&gt;If you ever work out why the PositionCount seems to need to be such a large number then I'd be grateful if you let me know.&lt;br&gt;Best wishes&lt;br&gt;Sean&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sean</dc:creator><pubDate>Wed, 05 Sep 2007 03:44:30 -0000</pubDate></item></channel></rss>