DT_EXPANDTABS top-level constant

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

Expands tab characters. The default number of characters per tab is eight. The DT_WORD_ELLIPSIS, DT_PATH_ELLIPSIS, and DT_END_ELLIPSIS values cannot be used with the DT_EXPANDTABS value.

Implementation

@Deprecated('Use DRAW_TEXT_FORMAT.DT_EXPANDTABS instead')
const DT_EXPANDTABS = 0x00000040;