Cleanup, we should not have two text boxes and be moving stuff around between them in order to limit the number of lines

This commit is contained in:
Charles Lohr
2005-05-04 05:34:28 +00:00
parent 326a03ff79
commit 9a92b7222f
2 changed files with 19 additions and 0 deletions
+1
View File
@@ -45,6 +45,7 @@ public:
void SetMaxWidth( float fMaxWidth );
void SetMaxHeight( float fMaxHeight );
void SetWrapWidthPixels( int iWrapWidthPixels );
void SetMaxLines( int iNumLines, int iDirection = 0 ); //Direction: 0 for crop bottom, 1 for crop top
void CropToWidth( int iWidthInSourcePixels );