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

KerningRecord() 공개 메소드

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.
리턴 System
        public KerningRecord(byte InitialVersion)
            : base(InitialVersion)
        {
        }