DT_WORDBREAK top-level constant

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

Breaks words. Lines are automatically broken between words if a word would extend past the edge of the rectangle specified by the lpRect parameter. A carriage return-line feed sequence also breaks the line.

Implementation

@Deprecated('Use DRAW_TEXT_FORMAT.DT_WORDBREAK instead')
const DT_WORDBREAK = 0x0010;