-
Website
http://fortes.com/ -
Original page
http://fortes.com/2007/03/texteffects/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
vektormedia
1 comment · 1 points
-
ZenemiG
1 comment · 1 points
-
Charbax
1 comment · 6 points
-
subikar
1 comment · 1 points
-
x11tech
8 comments · 1 points
-
-
Popular Threads
Just looked at your page and it solved a problem for me when doing the same thing in code.
Dim run As New Run
Dim translateTransform As New TranslateTransform
translateTransform.Y = -10
translateTransform.X = 0
Dim textEffect As New TextEffect
textEffect.PositionStart = 0
textEffect.PositionCount = 100
textEffect.Transform = translateTransform
run.TextEffects.Add(textEffect)
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.
Best wishes
Sean