DT_NOFULLWIDTHCHARBREAK top-level constant

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

const DT_NOFULLWIDTHCHARBREAK = 0x00080000;