move replacement to FontManager

(doesn't really belong there, either ...)
This commit is contained in:
Glenn Maynard
2003-01-06 05:53:03 +00:00
parent 15bce504c9
commit 2e50ac566d
3 changed files with 55 additions and 39 deletions
+1 -3
View File
@@ -189,7 +189,6 @@ void BitmapText::DrawChars()
}
}
/* sText is UTF-8. */
void BitmapText::SetText( CString sText )
{
@@ -199,8 +198,7 @@ void BitmapText::SetText( CString sText )
m_szText = sText;
ReplaceText(sText, FontManager::CharAliasRepl);
Replace_Unicode_Markers(sText);
FontManager::ReplaceMarkers(sText);
/* Break the string into lines. */
m_szTextLines.clear();