/* * Copyright 2010, Michael Lotz . All rights reserved. * Distributed under the terms of the MIT License. */ #ifndef TRUNCATE_STRING_H #define TRUNCATE_STRING_H #include void truncate_string(BString& string, uint32 mode, float width, const float* escapementArray, float fontSize, float ellipsisWidth, int32 numChars); #endif // TRUNCATE_STRING_H