utf-8 support is working
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user