Recurity.Swf.TextRecord.TextRecord C# (CSharp) Method

TextRecord() public method

A TEXTRECORD sets text styles for subsequent characters.
public TextRecord ( byte InitialVersion ) : System
InitialVersion byte The version of the Swf file using this object.
return System
        public TextRecord(byte InitialVersion)
            : base(InitialVersion)
        {
            this._textColor = new Rgb(this._SwfVersion);
            this._glyphEntries = new List<GlyphEntry>();
        }