Recurity.Swf.GlyphEntry.Write C# (CSharp) Method

Write() public method

public Write ( BitStream bits ) : void
bits BitStream
return void
        public void Write(BitStream bits)
        {
            bits.WriteBits(this._glyphBits, this._glyphIndex);
            bits.WriteBits(this._advancedBits, this._glyphAdvance);
        }