more bitmap font work

This commit is contained in:
Glenn Maynard
2003-01-04 01:47:01 +00:00
parent 1c6dba0ccc
commit 4bb452404c
4 changed files with 99 additions and 55 deletions
+1
View File
@@ -46,6 +46,7 @@ protected:
CString m_szText;
vector<CString> m_szTextLines;
vector<int> m_iLineWidths; // in source pixels
vector<int> m_iLineHeights; // in source pixels
int m_iWidestLineWidth; // in source pixels
bool m_bRainbow;