DT_PATH_ELLIPSIS top-level constant

  1. @Deprecated('Use DRAW_TEXT_FORMAT.DT_PATH_ELLIPSIS instead')
int const DT_PATH_ELLIPSIS

For displayed text, replaces characters in the middle of the string with ellipses so that the result fits in the specified rectangle. If the string contains backslash (\) characters, DT_PATH_ELLIPSIS preserves as much as possible of the text after the last backslash.

Implementation

@Deprecated('Use DRAW_TEXT_FORMAT.DT_PATH_ELLIPSIS instead')
const DT_PATH_ELLIPSIS = 0x00004000;