SwfDotNet.IO.Tags.Types.GlyphEntry.GetBitsSizeOf C# (CSharp) Method

GetBitsSizeOf() public method

Gets the size of in bits number
public GetBitsSizeOf ( ) : int
return int
        public int GetBitsSizeOf()
        {
            int res = 0;
            res += TextRecordCollection.GLYPH_BITS;
            res += TextRecordCollection.ADVANCE_BITS;
            return res;
        }