advText plugin help

Download plugin

Parameter explanation:
  • Align LeftTop, LeftCenter, LeftBottom, CenterTop, Center, CenterBottom, RightTop, RightCenter, RightBottom (req)
  • Background Background color (req)
  • Color Font color (req)
  • Font Font (req)
  • LineSpacer Number of pixels to insert between lines of text: applies to line breaks [nl] (opt)
  • LineWrap Toggles automatic line wrap (req)
  • LineWrapSpacer Number of pixels to insert between lines of text: applies to wrapped lines (opt)
  • LocalTransparency Toggles local transparency (opt)
  • Mode Default, Draft, Proof, NonAntiAliased, or AntiAliased (req)
  • Shadow Apply a simple shadow if set to Yes (req)
  • ShadowColor Color of shadow (opt)
  • ShadowOffsetX Offset of shadow along X axis (opt)
  • ShadowOffsetY Offset of shadow along Y axis (opt)

    Change log
    v 0.3.3.2
    - color converter changed to allow "cl" color names again
    v 0.3.3.1
    - changed over to vtFontEx for fonts (made four parameters defunct, removed them)
    - added color converter, can now use simple names, ABGR, and RGB color formats
    v 0.3.3.0
    - rebuild for eddie
    v 0.3.2.1
    - added LineWrapSpacer parameter
    - changed AutoLineWrap to just LineWrap and from optional to required
    v 0.3.2.0
    - added LocalTransparency parameter
    - added AutoLineWrap option
    v 0.3.1.0
    - added some very simple shadowing
    - fixed problem where the visual would not be drawn at all on receipt of an empty string
    v 0.3.0.0
    - name change to "advText" from "Text2"
    - fixed error on reciept of an empty string
    v 0.2.0.2 don't think this was ever released
    - new line seperator changed to [nl]
    - default background color changed to clWhite
    v 0.2.0.1
    - new line seperator changed to <nl/>
    v 0.2.0.0
    - multiple line support, yipeeeee!
    - builds display in a buffer before painting to form
    v 0.1.1.1
    - added support for editor font dropdown
    v 0.1.1.0
    - moved StringToCase function to Aaangel's filter component
    - added support for new editor interface
    - minor tweaks here and there
    v 0.1.0.0
    - testing