text entry: replace placeholders on save, so they don't end up in

SMs.
This commit is contained in:
Glenn Maynard
2003-01-06 07:43:14 +00:00
parent 2e50ac566d
commit e5cd3a0800
6 changed files with 39 additions and 11 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ public:
bool LoadFromFont( CString sFontName );
bool LoadFromNumbers( CString sTexturePath ) { return LoadFromTextureAndChars(sTexturePath,"0123456789%. :x"); };
bool LoadFromTextureAndChars( CString sTexturePath, CString sChars );
void SetText( CString sText );
void SetText( CString sText, bool DoSubst = true );
int GetWidestLineWidthInSourcePixels() { return m_iWidestLineWidth; };
void CropToWidth( int iWidthInSourcePixels );