have Numbers fall back to Fonts (in perparation for removing the Numbers dir altogether)
This commit is contained in:
@@ -24,7 +24,6 @@ public:
|
||||
|
||||
|
||||
bool LoadFromFont( CString sFontName );
|
||||
bool LoadFromNumbers( CString sTexturePath ) { return LoadFromTextureAndChars(sTexturePath,"0123456789%. :x"); };
|
||||
bool LoadFromTextureAndChars( CString sTexturePath, CString sChars );
|
||||
void SetText( CString sText, CString sAlternateText = "", int iWrapWidthPixels = -1 );
|
||||
void SetMaxWidth( float MaxWidth );
|
||||
|
||||
Reference in New Issue
Block a user