remove SetTextMaxWidth
This commit is contained in:
@@ -307,12 +307,6 @@ void BitmapText::SetText( CString sText, CString sAlternateText, int iWrapWidthP
|
||||
UpdateBaseZoom();
|
||||
}
|
||||
|
||||
void BitmapText::SetTextMaxWidth( float MaxWidth, const CString &text, const CString &alttext )
|
||||
{
|
||||
m_fMaxWidth = MaxWidth;
|
||||
this->SetText(text, alttext);
|
||||
}
|
||||
|
||||
void BitmapText::SetMaxWidth( float MaxWidth )
|
||||
{
|
||||
m_fMaxWidth = MaxWidth;
|
||||
|
||||
@@ -28,7 +28,6 @@ public:
|
||||
bool LoadFromTextureAndChars( CString sTexturePath, CString sChars );
|
||||
void SetText( CString sText, CString sAlternateText = "", int iWrapWidthPixels = -1 );
|
||||
void SetMaxWidth( float MaxWidth );
|
||||
void SetTextMaxWidth( float MaxWidth, const CString &text, const CString &alttext = "" ); // deprecated
|
||||
void SetWrapWidthPixels( int iWrapWidthPixels );
|
||||
|
||||
void CropToWidth( int iWidthInSourcePixels );
|
||||
|
||||
Reference in New Issue
Block a user