Rank: Advanced Member
Groups: Guest
Joined: 5/10/2006(UTC) Posts: 32
Thanks: 6 times
|
On the PSDTextFrame, it includes the property StrikeOut, how do I set that on BoundText, or simulate it? Code:
PsdFrame frame = (PsdFrame)psdReader.Frames[i];
if (frame.Type == FrameType.Text)
{
PsdTextFrame textFrame = (PsdTextFrame)frame;
//boundedText.StrikeOut = textFrame.Strikeout; bounded text does not have this
}
|
|
|
|
Rank: Advanced Member
Groups: Guest
Joined: 9/19/2006(UTC) Posts: 505
Was thanked: 41 time(s) in 41 post(s)
|
Hello Todd, Unfortunately, there is no way to achieve it with the text rendering engine now. I’ll add the feature to our bug tracker. |
Best regards, Eugene Kosmin The Aurigma Development Team
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.