DT_NOFULLWIDTHCHARBREAK top-level constant

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

Prevents a line break at a DBCS (double-wide character string), so that the line breaking rule is equivalent to SBCS strings. For example, this can be used in Korean windows, for more readability of icon labels. This value has no effect unless DT_WORDBREAK is specified.

Implementation

@Deprecated('Use DRAW_TEXT_FORMAT.DT_NOFULLWIDTHCHARBREAK instead')
const DT_NOFULLWIDTHCHARBREAK = 0x00080000;