Recurity.Swf.TagHandler.DefineFontName.DefineFontName C# (CSharp) Method

DefineFontName() public method

The DefineFontName tag contains the name and copyright information for a font embedded in the Swf file.

public DefineFontName ( byte InitialVersion ) : System
InitialVersion byte The version of the Swf file using this object.
return System
        public DefineFontName(byte InitialVersion)
            : base(InitialVersion)
        {
        }