Added a command to get the vector of the lines of text.

This commit is contained in:
Charles Lohr
2004-08-27 13:38:39 +00:00
parent ecb4df80a0
commit 75b77ad650
+2
View File
@@ -31,6 +31,8 @@ public:
void SetHorizAlign( HorizAlign ha );
void SetVertAlign( VertAlign va );
void GetLines( vector<wstring> &wTextLines ) { wTextLines = m_wTextLines; }
CString GetText() const { return m_sText; }
/* Return true if the string 's' will use an alternate string, if available. */
bool StringWillUseAlternate(CString sText, CString sAlternateText) const;