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

KerningRecord() public method

A Kerning Record defines the distance between two glyphs in EM square coordinates.
public KerningRecord ( byte InitialVersion ) : System
InitialVersion byte The version of the Swf file using this object.
return System
        public KerningRecord(byte InitialVersion)
            : base(InitialVersion)
        {
        }