inline void reset(const BitmapFont& mBF)
 {
     xMin = xMax = yMin = yMax = 0;
     iX = iY = chCount = 0;
     width = mBF.getCellWidth();
     height = mBF.getCellHeight();
 }
Esempio n. 2
0
                inline void reset(const BitmapFont& mBF) noexcept
                {
                    rDatas.clear();

                    xMin = xMax = yMin = yMax = nextHChunkSpacing = 0.f;

                    width = mBF.getCellWidth();
                    height = mBF.getCellHeight();
                    iX = 0;

                    nl = htab = vtab = 0;
                }