-
Notifications
You must be signed in to change notification settings - Fork 167
Open
Description
I notice that LWF.Format.TextProperty have the following interesting fields:
public int strokeColorId;
public int strokeWidth;
public int shadowColorId;
public int shadowOffsetX;
public int shadowOffsetY;
public int shadowBlur;
Is it possible to add these filters manually to LWF texts via C#? Perhaps by modifying lwf.data.textProperties?
How would I go about adding for example a drop shadow to my text?
Metadata
Metadata
Assignees
Labels
No labels