more font work

This commit is contained in:
Glenn Maynard
2003-01-06 02:50:25 +00:00
parent 4312933baf
commit a0f664ad35
4 changed files with 89 additions and 23 deletions
+3
View File
@@ -199,6 +199,9 @@ void BitmapText::SetText( CString sText )
m_szText = sText;
ReplaceText(sText, FontManager::CharAliasRepl);
Replace_Unicode_Markers(sText);
/* Break the string into lines. */
m_szTextLines.clear();
m_iLineWidths.clear();