Shield the low-level text measuring/drawing functions from nsRenderingContextWin so that further fixups don't have to go back there, b=212723, r=jshin, sr=roc

This commit is contained in:
rbs%maths.uq.edu.au 2003-07-18 01:47:48 +00:00
Родитель 7495519180
Коммит 1022735dbf
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -250,6 +250,7 @@ protected:
nscolor mCurrBrushColor; nscolor mCurrBrushColor;
HBRUSH mCurrBrush; HBRUSH mCurrBrush;
nsIFontMetrics *mCurrFontMetrics; nsIFontMetrics *mCurrFontMetrics;
nsFontWin *mCurrFontWin;
HFONT mCurrFont; HFONT mCurrFont;
nscolor mCurrPenColor; nscolor mCurrPenColor;
HPEN mCurrPen; HPEN mCurrPen;