DISQUS

DISQUS Hello!  The comments on this profile are unclaimed and thus are unverified.

Do they belong to you? Claim these comments.

Sean's picture

Unregistered

Feeds

aliases

  • Sean

Sean

1 year ago

in TextEffects on fortes.com
Hi,
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
Returning? Login