Hi Lee,
You can use TTextOutPlugInData
instead of TStaticTextOutPlugInData
.
There you have much more options:
private struct Data
{
public int FontSize;
public TFontWeight FontWeight;
public int Rotation;
public bool Italic;
public bool Underline;
public string FontName;
public string Text;
public TStringType StringType;
public int Flags;
}
Best regards
Thomas