VFText Plugin Help
Display Plain Text or From Sensors with Formatting
Download plugin
Parameter Explanation:
Required
Font Font Name, Size and Style in vtFontEx Format Eg. Arial,8,0000 (Fully supported in the new Editor)
Color Font color
Background Background color
Optional
Align LeftTop, LeftCenter, LeftBottom, CenterTop, Center, CenterBottom, RightTop, RightCenter, RightBottom
vAlign Alignment of Different Size Fonts: for Inline Size Changes
LineSpacer Number of pixels to insert between lines of text: for New Lines [nl]
Shadow Apply a simple shadow if set to Yes
ShadowColor Color of shadow
Orientation Vertical Text Orientation Up, Down. Normal for Regular Left-to-Right Text
Borders Show a Border around the Text
BorderWidth Border Thickness
BorderColor Border Color
RoundCorners Pixels to Round the Corners of the Border
Formatting Options:
[nl] Starts a New Line.
[b][/b] Text Between is Bold.
[i][/i] Text Between is Italic.
[u][/u] Text Between is Underlined.
[o][/o] Text Between is StrikeOut/StrikeThrough.
[n][/n] Text Between has No Styling.
[f=TheFont][/f] Text Between is in new Font. (Font Name) Verdana
[c=TheColor][/c] Text Between is in new Color. (Delphi Colors or BBGGRR) clRed or $0000FF
[s=TheSize][/s] Text Between is in new Size. (Number) 8
Eg.
[b]This[/b] is [u]some[/u] [i]Text to Format[/i].
This is some Text to Format.
Nested Tags will Not Work
[b][u]Text[u][b] <--BAD
[u]Some text[nl] to Underline[/u] <--Bad
I Might add this at a later date.
Change log:
v 0.2.0.1
Changed Update Link
Fixed a Bug in Formatting Dialog
v 0.2.0.0
Added Formatting Dialog for OutlawEd
v 0.1.1.0
Now Supports RGB
Code Cleanup
Added File Icon
v0.1.0.0
Initial Release