Recurity.Swf.TextRecord.TextRecord C# (CSharp) 메소드

TextRecord() 공개 메소드

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