Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
Todd Kneib  
#1 Posted : Wednesday, July 27, 2022 7:50:04 AM(UTC)
Todd Kneib

Rank: Advanced Member

Groups: Member
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
}
Eugene Kosmin  
#2 Posted : Wednesday, July 27, 2022 4:31:11 PM(UTC)
Eugene Kosmin

Rank: Advanced Member

Groups: Member, Administration, Moderator
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
Users browsing this topic
Guest
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.