Recurity.Swf.GlyphEntry.Write C# (CSharp) 메소드

Write() 공개 메소드

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