2 * Copyright 2010, Michael Lotz <mmlr@mlotz.ch>. All rights reserved.
3 * Distributed under the terms of the MIT License.
5 #ifndef TRUNCATE_STRING_H
6 #define TRUNCATE_STRING_H
8 #include <SupportDefs.h>
10 void truncate_string(BString
& string
, uint32 mode
, float width
,
11 const float* escapementArray
, float fontSize
, float ellipsisWidth
,
14 #endif // TRUNCATE_STRING_H