utf-8 support is working

This commit is contained in:
Glenn Maynard
2003-01-05 05:13:45 +00:00
parent 28a4abd876
commit 16052ecd3d
6 changed files with 126 additions and 37 deletions
+2 -2
View File
@@ -46,8 +46,8 @@ public:
protected:
// recalculate the items below on SetText()
CString m_szText;
vector<CString> m_szTextLines;
CString m_szText;
vector<wstring> m_szTextLines;
vector<int> m_iLineWidths; // in source pixels
vector<int> m_iLineHeights; // in source pixels
int m_iWidestLineWidth; // in source pixels