Added a buffer used by DrawString

This commit is contained in:
kipp%netscape.com 1998-09-08 23:52:10 +00:00
parent b2bb8099f6
commit d22f51e6c1

View File

@ -153,6 +153,8 @@ protected:
nsIFontCache *mFontCache;
Region mRegion;
Font mCurrFontHandle;
XChar2b* mDrawStringBuf;
PRInt32 mDrawStringSize;
//state management
nsVoidArray *mStateCache;