Fixed extended ASCII support in BitmapText

This commit is contained in:
Chris Danford
2002-09-22 20:34:11 +00:00
parent bce306dcdc
commit e44141c8d3
6 changed files with 11 additions and 36 deletions
+2 -2
View File
@@ -45,8 +45,8 @@ protected:
Font* m_pFont;
// recalculate the items below on SetText()
TCHAR m_szText[MAX_TEXT_CHARS];
TCHAR* m_szTextLines[MAX_TEXT_LINES]; // pointers into m_szText
char m_szText[MAX_TEXT_CHARS];
char* m_szTextLines[MAX_TEXT_LINES]; // pointers into m_szText
int m_iLineLengths[MAX_TEXT_LINES]; // in characters
int m_iNumLines;
int m_iLineWidths[MAX_TEXT_LINES]; // in source pixels