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:
@@ -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 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user